From: Michael Str?d. <str...@us...> - 2002-01-03 00:04:29
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/01/02 16:04:29 Modified files: Lib/ldap : ldapobject.py Log message: Parameter newSuperior of LDAPObject.rename() is made optional key word parameter with default None. LDAPObject.modrdn() uses LDAPObject.rename() instead of C library function. |