From: Michael Str?d. <str...@us...> - 2002-08-05 01:19:56
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/08/04 18:19:56 Modified files: Lib : ldapurl.py Tests/Lib : test_ldapurl.py Log message: Removed all Unicode and charset handling and all related parameters. Added methods __repr__(), __ne__() and __eq__() to classes LDAPUrl and LDAPUrlExtension. Now unit testing works. A subtle bug was fixed with interference of setting self.extensions and self.who/self.cred in LDAPUrl.__init__(). Anyway application programmers should not pass bindname and X-BINDPW through parameters extensions *and* set who and cred. |