How to install Missing
- Download and install ActivePython
- Open Command Prompt
- Type
pypm install missing
Lastest release
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.