New wrapper-class ldap.ldapobject.LDAPObject and stripping down _ldap.LDAPObject.c

Michael Ströder michael at stroeder.com
Fri Dec 21 15:24:14 CET 2001


Michael Ströder wrote:
> 
> I'm currently implementing a Python wrapper module ldap.LDAPObject
> around _ldap.LDAPObject based on work already done in
> ldapthreading.LDAPObject.

I've checked in the Python wrapper module ldap.ldapobject and
removed module ldapthreading.

http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/python-ldap/python-ldap/Lib/ldap/ldapobject.py

When doing

import ldap
l=ldap.open()

the new module is automagically used.

Please test and give feedback!

Ciao, Michael.




More information about the python-ldap mailing list