Metadata-Version: 1.0
Name: zope.error
Version: 3.6.0
Summary: An error reporting utility for Zope3
Home-page: http://cheeseshop.python.org/pypi/zope.error
Author: Zope Corporation and Contributors
Author-email: zope3-dev@zope.org
License: ZPL 2.1
Description: This package provides an error reporting utility which is able to store errors.
        
        
        =======
        CHANGES
        =======
        
        Version 3.6.0 (2009-01-31)
        --------------------------
        
        - Use zope.container instead of zope.app.container
        
        - Move error log bootstrapping logic (which was untested) to
        ``zope.app.appsetup``, to which we added a test.
        
        Version 3.5.1 (2007-09-27)
        --------------------------
        
        - rebumped to replace faulty egg
        
        Version 3.5.0
        -------------
        
        - Initial documented release
        
        - Moved core components from ``zope.app.error`` to this package.
        
Keywords: zope3 error
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Framework :: Zope3
