From: Michael Str?d. <str...@us...> - 2002-07-12 17:15:51
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/07/12 10:15:50 Modified files: Lib/ldap : __init__.py functions.py ldapobject.py Log message: Several changes to locking and logging: Renamed ldap._ldap_call to ldap._ldap_function_call to make code more readable. Cleaner support for Python installations without thread support. Functions produce a trace log too. Module wide constant ldap._trace_level has to be set by application to switch it on. Locking can be switched off completely (might change): ldap.LDAPLock = ldap.DummyLock ldap._ldap_module_lock = ldap.LDAPLock() |