CVS: python-ldap

Michael Ströder michael at stroeder.com
Wed Nov 14 18:37:22 CET 2001


Jacek Konieczny wrote:
> 
> Additionaly:
> 
> l.get_option(ldap.OPT_ERROR_NUMBER)
>         instead of
> l.errno
> 
> l.get_option(ldap.OPT_ERROR_STRING)
>         instead of
> l.error
> 
> l.get_option(ldap.OPT_MATCHED_DN)
>         instead of
> l.matched

Removed from where? These should be class attributes of LDAPError
exception instances.

Ciao, Michael.




More information about the python-ldap mailing list