From: Michael Str?d. <str...@us...> - 2001-10-20 18:08:26
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/10/20 11:08:25 Modified files: Lib : ldapthreadlock.py Log message: Implemented LDAPObject.__hasattr__(). All attributes except LDAPObject._l are handled via LDAPObject.__setattr__()/LDAPObject.__getattr__(). This makes it possible to wrap newer python-ldap versions. Added LDAPObject.start_tls_s(). |