|
From: Jacek K. <ja...@bn...> - 2001-11-14 17:47:37
|
On Wed, Nov 14, 2001 at 06:37:22PM +0100, Michael Str=F6der wrote:
> > l.get_option(ldap.OPT_ERROR_NUMBER)
> > instead of
> > l.errno
> >=20
> > l.get_option(ldap.OPT_ERROR_STRING)
> > instead of
> > l.error
> >=20
> > l.get_option(ldap.OPT_MATCHED_DN)
> > instead of
> > l.matched
>=20
> Removed from where?=20
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
|