From: Michael Str?d. <str...@us...> - 2001-10-21 13:44:11
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/10/21 06:44:10 Modified files: Lib : ldapthreadlock.py Log message: - Moved function _ldap_call() to method LDAPObject._ldap_call() - Global var _module_debug_level to specify the debug level - If __debug__ and _module_debug_level>0 trace of all method calls are written via print statements - __version__ is 0.2.0 |