Added class ldap.ldapobject.ReconnectLDAPObject

Jens Vagelpohl jens at zope.com
Wed Aug 7 23:06:11 CEST 2002


ldapurl.py has an error: in the applyDefaults method you put "for k in 
defaults". you meant "for k in default.keys()", correct?

jens


On Wednesday, August 7, 2002, at 03:40 , Michael Ströder wrote:

> Jens Vagelpohl wrote:
>> i just tried running the Demo/reconnect script and it errs out because 
>> in line 7 it tries to call a method named "applyDefaults" on the 
>> ldap_url object, which does not have such a method...
>
> Sorry, forgot to check in ldapurl.py...
>
> /bin/done
>
> Please try again.
>
> Ciao, Michael.
>
>
>
> 


More information about the python-ldap mailing list