From: Michael Str?d. <str...@us...> - 2001-12-19 11:42:32
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/12/19 03:42:30 Modified files: Lib/ldap : modlist.py Log message: addModlist(): Empty attribute values are discarded. modifyModlist(): New key word parameter ignore_oldexistent=0 allows to switch off deleting attributes which were present in the old_entry but are not mentioned in new_entry at all. If unsure set to zero. |