From: Michael Str?d. <str...@us...> - 2002-02-19 08:40:38
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/02/19 00:40:36 Modified files: Lib/ldap : modlist.py Log message: Checking the ignored attributes is done with a dictionary now. Should be faster. Deleting an attribute is done in any case if not new_value:. Added more test cases for weird input data. Especially empty attribute value lists or something like ['']. |