Zope-error

Latest version: v4.4.0

Safety actively analyzes 619231 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

4.4.1

------------------

- Nothing changed yet.

4.4.0

------------------

- Drop support for Python 3.3.

- Add support for Python 3.6.

- 100% test coverage.

- Remove internal ``_compat`` module in favor of ``six``, which we
already had a dependency on.

- Stop decoding in ASCII (whatever the default codec is) in favor of UTF-8.

- Tighten the interface of
``ILocalErrorReportingUtility.setProperties``. Now
``ignored_exceptions`` is required to be str or byte objects.
Previously any object that could be converted into a text object via
the text constructor was accepted, but this encouraged passing class
objects, when in actuality we need the class *name*.

- Stop ignoring ``KeyboardInterrupt`` exceptions and other similar
``BaseException`` exceptions during the ``raising`` method.

4.3.0

------------------

- Add support for Python 3.5.

- Drop support for Python 2.6.

- bugfix: fix leak by converting ``request.URL`` to string in
``ErrorReportingUtility``

4.2.0

------------------

- Add support for PyPy and PyPy3.

- Add support for Python 3.4.

4.1.1

------------------

- Enable testing on Travis.

4.1.0

------------------

- Add compatibility with Python 3.3

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.