Re: Add msgid to info dict created by LDAPerror.

2009-10-23 Thread Michael Ströder
Chris Dukes wrote: > While rewriting a nasty perl LDAP sync program in python I encountered > one quirk with python-ldap that made my life a bit difficult. When > doing asynchronous searches an ldap exception in result3() doesn't > include 'msgid' in the info dict. Since I'm tracking pending work

Add msgid to info dict created by LDAPerror.

2009-10-22 Thread Chris Dukes
And here is the patch cleaned up against python-ldap 2.3.10 Thanks, Chris Dukes Binary files python-ldap.TLS_PROTOCOL_MIN/build/lib.linux-i686-2.5/_ldap.so and python-ldap/build/lib.linux-i686-2.5/_ldap.so differ Binary files python-ldap.TLS_PROTOCOL_MIN/dist/python_ldap-2.3.10-py2.5-linux-i686.eg

Add msgid to info dict created by LDAPerror.

2009-10-22 Thread Chris Dukes
While rewriting a nasty perl LDAP sync program in python I encountered one quirk with python-ldap that made my life a bit difficult. When doing asynchronous searches an ldap exception in result3() doesn't include 'msgid' in the info dict. Since I'm tracking pending work by the msgid of the search