Metadata-Version: 1.0
Name: zope.app.keyreference
Version: 3.6.0
Summary: Object key references
Home-page: http://pypi.python.org/pypi/zope.app.keyreference
Author: Zope Corporation and Contributors
Author-email: zope-dev@zope.org
License: ZPL 2.1
Description: This package used to provide object references with support for support
        stable comparison and hashes. But all functionality was moved to the
        ``zope.keyreference`` package. This package now only provides
        backward-compatibility imports for objects defined in ``zope.keyreference``.
        
        
        =======
        CHANGES
        =======
        
        3.6.0 (2009-01-39)
        ------------------
        
        - Move all functionality to new ``zope.keyreference`` package. This
        package only provides backward-compatibility imports now.
        
        3.5.0b2 (unknown)
        -----------------
        
        - Performance related change to the conflict resolution code in
        ``zope.app.keyreference.persistent.KeyReferenceToPersistent.__cmp__``.
        
        - Added support for new `ZODB.ConflictResolution.PersistentReference` behavior
        to persistent key references so that they can now, in many cases, allow
        conflict resolution when they are used as keys or set members in ZODB
        `BTrees` data structures.
        
        - Move zope.testing to the "test" extra require, because it's only needed for testing.
        
        3.4.0 (2007-10-24)
        ------------------
        
        - Initial release independent of the main Zope tree.
        
Keywords: zope3 key reference persistent
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
