Zope Exceptions
Project description
=======================
General Zope Exceptions
=======================
This package contains exception interfaces and implementations which are so
general purpose that they don't belong in Zope application-specific packages.
=======
Changes
=======
3.7.1 (2012-03-28)
------------------
- Fix: missed to reverse extractStack entries
3.7.0 (2012-03-28)
------------------
- Added TextExceptionFormatter.extractStack and extract_stack
3.6.2 (2012-03-28)
------------------
- Fallback to traceback.format_tb when the formatter is called recursively.
i.e. Don't let errors in the formatter pass silently.
- Fix deprecated unittest functions: assert_ and assertEquals.
3.6.1 (2010-07-06)
------------------
- Fixed tests to work under Python 2.7.
- PEP8 cleanup and removed obsolete build infrastructure files.
3.6.0 (2010-05-02)
------------------
- Added support to bootstrap on Jython.
- Added Python 3 support.
- The dependency on zope.testing seemed spurious, possibly a rest of a real
dependency that is gone now. I removed it.
3.5.2 (2008-04-30)
------------------
- Updated CHANGES.txt.
3.5.1 (2008-04-28)
------------------
- Reverted changes in 3.5.0.
3.5.0
-----
- Added the capability for exceptions to be formatted line-by-line.
Unfortunately, also introduced a bug cause each line of the exception to be
its own log message.
3.4.0 (2007-10-02)
------------------
- Updated package meta-data.
3.4.0b2 (2007-08-14)
--------------------
- Removed superfluous dependency on ``zope.deprecation``.
3.4.0b1 (2007-07-09)
--------------------
- Corresponds to the version of the ``zope.exceptions`` package shipped as
part of the Zope 3.4.0b1 release.
3.2.0 (2006-01-05)
------------------
- Corresponds to the version of the ``zope.exceptions`` package shipped as part of
the Zope 3.2.0 release.
- Deprecated the ``INotFoundError`` interface and the corresponding
``NotFoundError`` exception class, in favor of "standard" exceptions
``AttributeError``, ``KeyError``). The deprecated items will be removed in
Zope 3.3.
3.0.0 (2004-11-07)
------------------
- Corresponds to the version of the zope.exceptions package shipped as part of
the Zope X3.0.0 release.
General Zope Exceptions
=======================
This package contains exception interfaces and implementations which are so
general purpose that they don't belong in Zope application-specific packages.
=======
Changes
=======
3.7.1 (2012-03-28)
------------------
- Fix: missed to reverse extractStack entries
3.7.0 (2012-03-28)
------------------
- Added TextExceptionFormatter.extractStack and extract_stack
3.6.2 (2012-03-28)
------------------
- Fallback to traceback.format_tb when the formatter is called recursively.
i.e. Don't let errors in the formatter pass silently.
- Fix deprecated unittest functions: assert_ and assertEquals.
3.6.1 (2010-07-06)
------------------
- Fixed tests to work under Python 2.7.
- PEP8 cleanup and removed obsolete build infrastructure files.
3.6.0 (2010-05-02)
------------------
- Added support to bootstrap on Jython.
- Added Python 3 support.
- The dependency on zope.testing seemed spurious, possibly a rest of a real
dependency that is gone now. I removed it.
3.5.2 (2008-04-30)
------------------
- Updated CHANGES.txt.
3.5.1 (2008-04-28)
------------------
- Reverted changes in 3.5.0.
3.5.0
-----
- Added the capability for exceptions to be formatted line-by-line.
Unfortunately, also introduced a bug cause each line of the exception to be
its own log message.
3.4.0 (2007-10-02)
------------------
- Updated package meta-data.
3.4.0b2 (2007-08-14)
--------------------
- Removed superfluous dependency on ``zope.deprecation``.
3.4.0b1 (2007-07-09)
--------------------
- Corresponds to the version of the ``zope.exceptions`` package shipped as
part of the Zope 3.4.0b1 release.
3.2.0 (2006-01-05)
------------------
- Corresponds to the version of the ``zope.exceptions`` package shipped as part of
the Zope 3.2.0 release.
- Deprecated the ``INotFoundError`` interface and the corresponding
``NotFoundError`` exception class, in favor of "standard" exceptions
``AttributeError``, ``KeyError``). The deprecated items will be removed in
Zope 3.3.
3.0.0 (2004-11-07)
------------------
- Corresponds to the version of the zope.exceptions package shipped as part of
the Zope X3.0.0 release.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
zope.exceptions-3.7.1.tar.gz
(10.2 kB
view hashes)