Metadata-Version: 1.1
Name: ZopeUndo
Version: 4.1
Summary: ZODB undo support for Zope2.
Home-page: http://pypi.python.org/pypi/ZopeUndo
Author: Zope Foundation and Contributors
Author-email: zope-dev@zope.org
License: ZPL 2.1
Description: Overview
        ========
        
        This package is used to support the Prefix object that Zope 2 uses for the
        undo log. It is a separate package only to aid configuration management.
        
        This package is included in Zope 2. It can be used in a ZEO server to allow
        it to support Zope 2's undo log , without pulling in all of Zope 2.
        
        
        Changelog
        =========
        
        4.1 (2016-04-03)
        ----------------
        
        - Add compatibility with Python 3.4 and 3.5.
        
        - Drop support for Python 2.6 and 3.2.
        
        4.0 (2013-03-02)
        ----------------
        
        - Add compatibility with Python 3.2 and 3.3. Note that the Prefix class
          only provides equality testing, but doesn't support ordering.
        
        2.12.0 (2010-04-05)
        -------------------
        
        - Released as separate package.
        
Platform: UNKNOWN
Classifier: Development Status :: 6 - Mature
Classifier: Environment :: Web Environment
Classifier: Framework :: Zope2
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
