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.1 (unreleased)

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.