ANN: python-ldap-2.0.0pre08

Michael Ströder michael@stroeder.com
Fri, 11 Apr 2003 15:32:52 +0200


HI!

Find a new pre-release of python-ldap:

   http://python-ldap.sourceforge.net/

python-ldap provides an object-oriented API to access LDAP directory
servers from Python programs. It mainly wraps the OpenLDAP 2.x libs for
that purpose. Additionally it contains modules for other LDAP-related
stuff (e.g. processing LDIF, LDAPURLs and LDAPv3 schema).

Download link:
http://prdownloads.sourceforge.net/python-ldap/python-ldap-2.0.0pre08.tar.gz?download

Changes since 2.0.0pre07:

ldap.schema:
* For backward compability with Python versions prior to 2.2
   Lib/ldap/schema/tokenizer.py and Lib/ldap/schema/models.py use
   (()) instead of tuple() for creating empty tuples.