Metadata-Version: 1.1
Name: zExceptions
Version: 3.2
Summary: zExceptions contains common exceptions used in Zope2.
Home-page: http://pypi.python.org/pypi/zExceptions
Author: Zope Foundation and Contributors
Author-email: zope-dev@zope.org
License: ZPL 2.1
Description: Overview
        ========
        
        zExceptions contains common exceptions and helper functions related to
        exceptions as used in Zope 2.
        
        Changelog
        =========
        
        3.2 (2016-07-22)
        ----------------
        
        - Implement basic subset of Response features in HTTPException class.
        
        3.1 (2016-07-22)
        ----------------
        
        - Mark exceptions with appropriate zope.publisher interfaces.
        
        - Add a new common base class `zExceptions.HTTPException` to all exceptions.
        
        3.0 (2016-04-03)
        ----------------
        
        - Add compatibility with PyPy and Python 3.
        
        - Arguments to the Unauthorized exception are assumed to be utf8-encoded
          if they are bytes.
        
        2.13.0 (2010-06-05)
        -------------------
        
        - Released as separate package.
        
Platform: UNKNOWN
Classifier: Development Status :: 6 - Mature
Classifier: Environment :: Web Environment
Classifier: Framework :: Zope2
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
