Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #21663 > unrolled thread

ANN: python-ldap 2.4.9

Started byMichael Ströder <michael@stroeder.com>
First post2012-03-14 20:57 +0100
Last post2012-03-14 20:57 +0100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  ANN: python-ldap 2.4.9 Michael Ströder <michael@stroeder.com> - 2012-03-14 20:57 +0100

#21663 — ANN: python-ldap 2.4.9

FromMichael Ströder <michael@stroeder.com>
Date2012-03-14 20:57 +0100
SubjectANN: python-ldap 2.4.9
Message-ID<mailman.672.1331817183.3037.python-announce-list@python.org>
Find a new release of python-ldap:

   http://pypi.python.org/pypi/python-ldap/2.4.8

python-ldap provides an object-oriented API to access LDAP directory
servers from Python programs. It mainly wraps the OpenLDAP 2.x libs for
that purpose. Additionally it contains modules for other LDAP-related
stuff (e.g. processing LDIF, LDAPURLs and LDAPv3 schema).

Project's web site:

   http://www.python-ldap.org/

Ciao, Michael.

----------------------------------------------------------------
Released 2.4.9 2012-03-14

Changes since 2.4.8:

Lib/
* ldapobject.ReconnectLDAPObject.reconnect() now does kind of
   an internal locking to pause other threads while reconnecting
   is pending.
* Changes to bind- and startTLS-related operation methods of
   class ReconnectLDAPObject for more robustness
* New constant ldap.OPT_NAMES_DICT contains mapping from
   integer to variable name for all option-related constants.

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web