From: Michael Str?d. <str...@us...> - 2002-06-30 21:02:10
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/06/30 14:02:08 Modified files: Lib/ldap : ldapobject.py Log message: Renamed LDAPObject to SimpleLDAPObject. SimpleLDAPObject has method result() directly mapped to C module's method result(). Added NonblockingLDAPObject with method result() like present in 2.0.0pre04 which never stays in C module's result() to avoid being blocked by the module-wide lock ldap._ldap_lock. SmartLDAPObject is a preliminary version of a LDAPObject-like class which does smarter connecting. Very premature though! Variable LDAPObject can be modified to determine the class used in ldap.open() and ldap.initialize(). |