Zope Broken Object Interfaces
Project description
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
zope.broken-3.6.0.zip
(7.6 kB
view hashes)