CVS: python-ldap

Jacek Konieczny jajcus at bnet.pl
Wed Nov 14 18:47:07 CET 2001


On Wed, Nov 14, 2001 at 06:37:22PM +0100, Michael Ströder wrote:
> > 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? 
 From LDAPObject. Probably noone used these attributes anyway.

> These should be class attributes of LDAPError
> exception instances.
And they still are. I didn't touch LDAPError code.

Greetsm,
        JAcek




More information about the python-ldap mailing list