From: Michael Str?d. <str...@us...> - 2004-01-31 01:41:02
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2004/01/28 23:37:56 Modified files: Lib/ldap : functions.py Modules : functions.c . : CHANGES Log message: Modules/: * Removed doc strings from functions.c * Removed probably unused wrapper function l_ldap_dn2ufn() since ldap_dn2ufn() is deprecated in OpenLDAP 2.1+ * Removed wrapper function l_ldap_is_ldap_url(). ldap.functions: * Removed ldap_is_ldap_url(). The more general function ldapurl.isLDAPUrl() should be used instead. |