Metadata-Version: 1.0
Name: zope.broken
Version: 3.5.0
Summary: Zope Broken Object Interfaces
Home-page: http://cheeseshop.python.org/pypi/zope.broken
Author: Zope Corporation and Contributors
Author-email: zope3-dev@zope.org
License: ZPL 2.1
Description: ==================
        zope.broken README
        ==================
        
        This package defines a marker interface, ``zope.broken.IBroken``, used
        to identify objects which cannot be correctly loaded from the ZODB,
        typically because the class named in their pickle is not importable.
        
        The package exists as a dependency inversion, preventing packages which
        need to use this interface (e.g., ``zope.container``) from inheriting
        the dependencies of ``zope.app.broken`` (where the interface used to be
        defined).
        
        
        =====================
        zope.broken Changelog
        =====================
        
        3.5.0 (2009-02-04)
        ------------------
        
        - Created ``zope.broken`` to hold depended upon bits of ``zope.app.broken``.
        
Keywords: zope3 broken
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
