From: Michael Str?d. <str...@us...> - 2002-08-02 17:04:07
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/08/02 10:04:06 Modified files: Lib : ldapurl.py Log message: Strict compliance to RFC 2255, Section 3 regarding escaping special chars. LDAPUrl.unparse(): - has no parameters anymore - if self.filterstr is None an empty string is added as filter string LDAP.Url.__getattr__() has only one return statement. |