[python3-ldap] python3-ldap 0.9.3 released - new Exception hierarchy and "raise_exceptions" connection mode

Richard Esplin richard-lists at esplins.org
Tue May 20 20:16:27 CEST 2014


This is great news! I am very excited about the exception hierarchy. That 
impressive list of exceptions should help a lot in debugging.

Thank you for producing a great library and making it so easy to use.

Richard

On Tuesday, May 20, 2014 19:33:53 python3ldap wrote:
> Hello everybody,
> I've released the 0.9.3 version of python3-ldap. It includes many
> fixes and a few new features:
> 
> This is the changelog:
>     - Now the key in server.schema.attribute_type is the attribute
> name (was the oid)
>     - Now the key in server.schema.object_classes is the class name
> (was the oid)
>     - Added check_names to Connection definition to have the names of
> attributes and object class checked against the schema
>     - Updated setuptools to 3.6
>     - Added wheel installation format
>     - Added raise_exceptions mode for connection
>     - Exception hierarchy reworked
>     - Added locking to Server object (for multithreading)
> 
> There is a major feature in this version, I've rewritten the Exception
> hierarchy and you can now use the Connection in a "raise_exceptions"
> mode, as suggested by Michael on this mailing list.
<snip>


More information about the python3-ldap mailing list