From: <str...@us...> - 2006-11-16 13:14:00
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2006/11/16 05:13:56 Modified files: Lib/ldap : ldapobject.py Modules : LDAPObject.c common.h constants.c errors.c ldapcontrol.c options.c Log message: * OpenLDAP 2.3+ required now to build. * Added support for Cancel operation ext. op. if supported in OpenLDAP API of the libs used for the build. Modules/ * Removed deprecated code for setting options by name * Added l_ldap_cancel() * Some modifications related to PEP 353 for Python 2.5 on 64-bit platforms (see SF#1467529) Lib/ * Added method ldapobject.LDAPObject.cancel() |