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


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

ANN: python-ldap 2.4.4

Started byMichael Ströder <michael@stroeder.com>
First post2011-10-26 21:48 +0200
Last post2011-10-26 21:48 +0200
Articles 1 — 1 participant

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


Contents

  ANN: python-ldap 2.4.4 Michael Ströder <michael@stroeder.com> - 2011-10-26 21:48 +0200

#15104 — ANN: python-ldap 2.4.4

FromMichael Ströder <michael@stroeder.com>
Date2011-10-26 21:48 +0200
SubjectANN: python-ldap 2.4.4
Message-ID<mailman.2286.1319815138.27778.python-announce-list@python.org>
Find a new release of python-ldap:

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

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.4 2011-10-26

Changes since 2.4.3:

Modules/
* Format intermediate messages as 3-tuples instead of
  4-tuples to match the format of other response messages.
  (thanks to Chris Mikkelson)
* Fixes for memory leaks (thanks to Chris Mikkelson)

Lib/
* New experimental(!) sub-module ldap.syncrepl implementing syncrepl
  consumer (see RFC 4533, thanks to Chris Mikkelson)

Doc/
* Cleaned up rst files
* Added missing classes

[toc] | [standalone]


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


csiph-web