From: <str...@us...> - 2007-03-22 22:26:23
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2007/03/22 15:06:06 Modified files: . : CHANGES Lib/ldap : functions.py dn.py Modules : functions.c constants.c Log message: see SF#1657848 Modules/ * Added new function l_ldap_str2dn(), removed functions l_ldap_explode_dn() and l_ldap_explode_rdn() (see SF#1657848) Lib/ * Moved all DN-related functions to sub-module ldap.dn, import them in ldap.functions for backward compability * ldap.dn.explode_dn() and ldap.dn.explode_rdn() use the new wrapper function ldap.dn.str2dn() |