delete_s() result

Michael Engelhart mengelhart at katahdinsoftware.com
Tue Oct 29 18:13:41 CET 2002


Very cool.  That's the way it should be!

maybe that little tidbit should be in the documentation somewhere? 
although now it's archived in the mailing list... :-)

Mike
On Tuesday, October 29, 2002, at 12:07  PM, Michael Ströder wrote:

>
> Thanks to the early design decision of David you don't have to do 
> error handling by checking result codes. If an error occurs during 
> deletion of an entry an exception of class ldap.LDAPError or a derived 
> error class is raised.
>
> You can safely ignore results of add_s(), bind_s(), delete_s(), 
> modify_s(), modrdn_s(), rename_s() and unbind_s().
>
> Ciao, Michael.



More information about the python-ldap mailing list