From: Michael E. <men...@ka...> - 2002-10-29 16:32:10
|
Great - thanks. The result of the operation is succesful either way=20 in that it deletes the dn passed to it which is really all I care about=20= anyway. I'll just ignore results from delete. Mike On Tuesday, October 29, 2002, at 10:28 AM, Michael Str=F6der wrote: > Michael Engelhart wrote: > > Does a succesful ldap.delete_s() call return an empty list? > > Hmm, according to the ancient __doc__ string it should return None. > > But maybe this changed because of the new implementation of delete_s()=20= > in the Python wrapper class ldap.ldapobject.SimpleLDAPObject. > > Best bet is to ignore the result of delete_s(). It won't contain any=20= > useful information. In opposite delete() returns the msgid as usual=20 > for async methods. > > Ciao, Michael. > |