From: Michael Str?d. <str...@us...> - 2002-08-02 17:47:26
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/08/02 10:47:25 Modified files: Lib/ldap : __init__.py functions.py ldapobject.py Log message: Introduced trace_stack_limit for limiting the traceback depth. All tracing variables are hidden behind if __debug__: statement. |