Metadata-Version: 1.1
Name: Missing
Version: 3.0
Summary: Special Missing objects used in Zope2.
Home-page: http://pypi.python.org/pypi/Missing
Author: Zope Foundation and Contributors
Author-email: zope-dev@zope.org
License: ZPL 2.1
Description: Overview
        ========
        
        Missing provides special objects used in some Zope2 internals like the ZCatalog.
        
        
        Changelog
        =========
        
        3.0 (2013-05-05)
        ----------------
        
        - Added compatibility with Python 3.2, 3.3 and PyPy using the Python
          implementation.
        
        - Added a Python reference implementation of the Missing class.
        
        - Changed the type name of the Missing class to `Missing.Missing` to
          distinguish it from an instance of the type like `Missing.Value`.
        
        2.13.1 (2010-06-16)
        -------------------
        
        - Added a ``__class__`` to Missing.Value objects.
        
        2.13.0 (2010-03-30)
        -------------------
        
        - 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.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
