Metadata-Version: 2.1
Name: zope.broken
Version: 3.6.0
Summary: Zope Broken Object Interfaces
Home-page: http://pypi.python.org/pypi/zope.broken
Author: Zope Corporation and Contributors
Author-email: zope-dev@zope.org
License: ZPL 2.1
Keywords: zope3 broken
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
Requires-Dist: setuptools
Requires-Dist: zope.interface

Overview
========

This package is obsolete and its functionality has been merged into the ZODB3
distribution itself. If you use version 3.10 or later of ZODB3, please change
your imports of the IBroken interface to a direct::

  from ZODB.interfaces import IBroken

You can use this package with older versions of the ZODB3, which didn't have
the IBroken interface yet.


Changelog
=========

3.6.0 (2010-01-09)
------------------

- The IBroken interface has been merged into the ZODB3 distribution. Import
  the interface from there, while providing a copy for backwards compatibility
  with older versions of the ZODB3.

3.5.0 (2009-02-04)
------------------

- Created ``zope.broken`` to hold depended upon bits of ``zope.app.broken``.
