From: Michael Str?d. <str...@us...> - 2002-02-16 17:17:08
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/02/16 09:17:08 Modified files: Lib/ldap : functions.py Log message: 1. Wrapped _ldap.is_ldap_url(). 2. Check if uri parameter passed to ldap.initialize() is a LDAP URL and raise ValueError with meaningful message if not. |