zope.errorview
Provides basic HTTP and Browser views for common exceptions.
Refactored from zope.app.http.exception and zope.app.exception.
CHANGES
3.0 (2025-09-12)
Replace pkg_resources namespace with PEP 420 native namespace.
2.1 (2025-09-04)
Add support for Python 3.12, 3.13.
Drop support for Python 3.7, 3.8.
2.0 (2023-02-09)
Drop support for Python 2.7, 3.4, 3.5, 3.6.
Add support for Python 3.7, 3.8, 3.9, 3.10, 3.11.
1.2.0 (2018-01-15)
Remove the whitespace between the content-type and charset of the default error views. This is because in certain cases zope.publisher.http will parse the content type parameters and combine them back again without the whitespace. This fix makes things more predictable esp. in tests.
1.1 (2018-01-10)
Additional fixes for Python 3 compatibility.
NOTE: The error view base classes now set a Content-Type response header to “text/plain”. If your error view subclassing from the zope.errorview classes return a response body other than “text/plain” you need to explicitly set the Content-Type in your views.
1.0.0 (2017-05-10)
Add support for Python 3.4, 3.5, 3.6 and PyPy.
Fix typo in Dutch translation
0.11 (2011-06-28)
Added nl translations.
0.10 (2011-02-08)
Exception views do not by default provide ISystemErrorView anymore as it would result in duplicate log output. The mixin class still exists for writing custom error views that do provide ISystemErrorView.
0.9 (2011-01-20)
Initial release.
Release files for zope.errorview 3.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| zope_errorview-3.0.tar.gz | 12.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| zope_errorview-3.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 27.5 kB
Release files / zope_errorview-3.0.tar.gz
| Download URL | zope_errorview-3.0.tar.gz |
|---|---|
| Size | 12.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
babc35a212c74da2a859a6d66c7d97279443b279b1b8fd7c4cedb212157065a4
|
|
BLAKE2b-256 checksum How to use checksums |
091d3f5e80e0a47d8dc1cf4b9cd930c26c03b58c31c9c7709e8bab83ca0ab19c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.12.11
|
Release files / zope_errorview-3.0-py3-none-any.whl
| Download URL | zope_errorview-3.0-py3-none-any.whl |
|---|---|
| Size | 15.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
531e234b73c8c4d0929f365f0c936be08289fbef62c1d88804137aa6539aa52a
|
|
BLAKE2b-256 checksum How to use checksums |
dc681f5dd6c870a9ea484f00387a680e9163350881bfd6d5bbb700e5a5f7465e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.12.11
|