From: <mi...@st...> - 2004-05-05 18:04:08
|
Michael Str=F6der wrote: > Ken Key wrote: >=20 >> It is not a complete fix, as I still >> need to go through the rest of the code to change the result() >> return handling to deal with the 3 element tuple. >> [..] >> I'll work up a more complete patch in a couple of days.=20 >=20 > Don't worry. I'll work that out. I've checked in your patch with modifications to ldap.ldapobject (see bel= ow). Modules/: * New method result2() returns 3-tuple containing the msgid of the outstanding operation ldap.ldapobject: * LDAPObject.result2() (see above). LDAPObject.result() uses LDAPObject.result2(). Ciao, Michael. |