|
From: <mi...@st...> - 2002-06-14 18:06:03
|
Michael Str=F6der wrote: > Anders Karlsson wrote: >=20 > You could try a very simple result() implementation (tweak=20 > Lib/ldap/ldapobject.py): >=20 > def result(self,msgid=3D_ldap.RES_ANY,all=3D1,timeout=3D-1): > return self._ldap_call(self._l.result,msgid,all,timeout) >=20 Just a warning: This is not meant as serious replacement. Just for=20 measuring the performance. Rest of LDAPObject class would have to=20 be tweaked too. Ciao, Michael. |