Change log
1.5 (unreleased)
1.4 (2012-04-18)
- change test code to work under Python 2 and Python 3 in order
to drop any 2to3 dependency.
- moving from zope.interface.implements to the decorator
function zope.interface.implementer which is supported in
Python 3 without the need for the zope.fixers 2to3
plugin. The decorator syntax means dropping support for
Python 2.4 and 2.5, though.
- add Jython to the supported Python implementations
1.2 (2010-05-09)
- Python 3.1 compatibility
- Updated Sphinx Makefile and configuration to be closer
to the latest Sphinx version
- Greatly expand installation and testing documentation using
ideas from Tres Seaver
1.0 (2010-01-18)
- Initial release based on caching code formerly residing inside
Productsv.LDAPUserFolder