From: Michael Str?d. <str...@us...> - 2001-11-17 01:00:57
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2001/11/16 17:00:56 Modified files: Lib/ldap : ldapurl.py Log message: LDAPUrl.extensions is a dictionary now. LDAPUrl.__setattr__() and __getattr__() are emulating attributes LDAPUrl.who and LDAPUrl.cred by mapping them to the appropriate LDAPUrlExtension instances. |