From: Michael Str?d. <str...@us...> - 2004-03-10 19:56:04
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2004/03/10 11:37:57 Modified files: . : CHANGES Lib/ldap : async.py Modules : constants.c Log message: Modules/: * Removed macro add_int_r() from constants.c since it caused incompability issues with OpenLDAP 2.2 libs (Warning: all result types are Integers now! Use the constants!) ldap.async: * Use constants for search result types (see note about add_int_r() above). |