Zope Broken Object Interfaces
Project 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.
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 Distributions
zope.broken-3.5.0.zip
(7.5 kB
view hashes)
zope.broken-3.5.0.tar.gz
(3.1 kB
view hashes)