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


Groups > comp.lang.python > #15104

ANN: python-ldap 2.4.4

Path csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <news@eternal-september.org>
X-Original-To python-announce@python.org
Delivered-To python-announce-list@mail.python.org
X-Spam-Status OK 0.000
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'subject:ANN': 0.02; 'fixes': 0.05; 'michael.': 0.07; 'python': 0.08; 'url:pypi': 0.08; 'cleaned': 0.09; 'ldap': 0.09; 'libs': 0.09; 'api': 0.09; 'subject:python': 0.11; 'intermediate': 0.15; 'ciao,': 0.16; 'from:addr:stroeder.com': 0.16; 'from:name:michael str\xf6der': 0.16; 'ldap-related': 0.16; 'ldapurls': 0.16; 'ldapv3': 0.16; 'ldif,': 0.16; 'leaks': 0.16; 'message-id:@stroeder.com': 0.16; 'openldap': 0.16; 'python-ldap': 0.16; 'python-ldap:': 0.16; 'rfc': 0.16; 'schema).': 0.16; 'subject:ldap': 0.16; 'url:python- ldap': 0.16; '2.x': 0.18; 'memory': 0.21; 'stuff': 0.22; 'programs.': 0.23; 'additionally': 0.23; 'from:addr:michael': 0.23; 'messages.': 0.25; 'classes': 0.28; '(see': 0.28; 'mainly': 0.29; 'match': 0.30; 'wraps': 0.30; 'thanks': 0.30; '(e.g.': 0.31; 'modules': 0.31; 'changes': 0.31; 'chris': 0.32; 'implementing': 0.32; 'instead': 0.33; 'header:User-Agent:1': 0.34; 'reply- to:addr:python.org': 0.34; 'from:charset:iso-8859-1': 0.35; 'url:python': 0.36; 'response': 0.37; 'received:org': 0.38; 'url:org': 0.38; 'subject:: ': 0.39; 'header:Mime-Version:1': 0.39; 'missing': 0.39; 'processing': 0.40; 'to:addr:comp-lang- python-announce': 0.60; 'site:': 0.67; 'header:Reply-To:1': 0.71; 'reply-to:no real name:2**0': 0.71; 'to:addr:moderators.isc.org': 0.73; 'consumer': 0.85
Delivered-To comp-lang-python-announce@moderators.isc.org
To comp-lang-python-announce@moderators.isc.org
From Michael Ströder <michael@stroeder.com>
Newsgroups comp.lang.python.announce, comp.lang.python
Subject ANN: python-ldap 2.4.4
Followup-To comp.lang.python
Date Wed, 26 Oct 2011 21:48:46 +0200
Organization A noiseless patient Spider
Mime-Version 1.0
Content-Type text/plain; charset=ISO-8859-1
Content-Transfer-Encoding 7bit
User-Agent Mozilla/5.0 (X11; Linux x86_64; rv:7.0.1) Gecko/20110928 Firefox/7.0.1 SeaMonkey/2.4.1
X-Auth-Sender U2FsdGVkX1/6yibDjHeqmwuV1qCKZ1ddWrQX/6XSUq4c8pZrAvtDMw==
Cancel-Lock sha1:gP09XE5xMl9kvCpbRV8YU4d+/X4=
X-Enigmail-Version 1.3.2
X-Mailman-Approved-At Fri, 28 Oct 2011 17:18:57 +0200
X-BeenThere python-announce-list@python.org
X-Mailman-Version 2.1.12
Precedence list
Reply-To python-list@python.org, python-ldap@python.org
List-Id Announcement-only list for the Python programming language <python-announce-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-announce-list>
List-Post <mailto:python-announce-list@python.org>
List-Help <mailto:python-announce-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=subscribe>
Approved python-announce-list@python.org
Message-ID <mailman.2286.1319815138.27778.python-announce-list@python.org> (permalink)
Lines 33
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1319815138 news.xs4all.nl 6939 [2001:888:2000:d::a6]:57145
X-Complaints-To abuse@xs4all.nl
Xref x330-a1.tempe.blueboxinc.net comp.lang.python.announce:375 comp.lang.python:15104

Cross-posted to 2 groups.

Followups directed to: comp.lang.python

Show key headers only | View raw


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

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

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

csiph-web