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


Groups > comp.lang.python > #6987

ANN: python-ldap 2.4.0

Path csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!goblin3!goblin2!goblin.stu.neva.ru!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!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; '2.x': 0.05; 'dictionary': 0.07; 'michael.': 0.07; 'python': 0.08; 'url:pypi': 0.08; 'file-like': 0.09; 'ldap': 0.09; 'libs': 0.09; 'api': 0.11; 'subject:python': 0.14; 'ciao,': 0.16; 'extracting': 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; 'message-id:@stroeder.com': 0.16; 'openldap': 0.16; 'python-ldap': 0.16; 'python-ldap:': 0.16; 'received:eu': 0.16; 'schema).': 0.16; 'subject:ldap': 0.16; 'url :python-ldap': 0.16; 'generic': 0.19; 'trace': 0.19; 'stuff': 0.22; '(optional)': 0.23; 'additionally': 0.23; 'from:addr:michael': 0.23; 'helper': 0.23; '(see': 0.23; 'programs.': 0.23; 'skip:b 20': 0.23; 'skip:l 30': 0.25; 'function': 0.25; '(e.g.': 0.26; 'modules': 0.26; 'mainly': 0.26; 'object': 0.26; 'fixed': 0.27; 'thanks': 0.28; 'sends': 0.29; 'class': 0.29; 'module': 0.30; 'controls': 0.30; 'wraps': 0.30; 'changes': 0.30; 'operations': 0.33; 'from:charset:iso-8859-1': 0.33; 'header:User-Agent:1': 0.35; 'reply-to:addr:python.org': 0.35; 'skip:e 20': 0.37; 'url:python': 0.38; 'processing': 0.38; 'received:org': 0.38; 'url:org': 0.38; 'subject:: ': 0.38; 'some': 0.38; 'header:Mime-Version:1': 0.39; 'skip:- 60': 0.39; 'released': 0.63; 'url:4': 0.63; 'site:': 0.64; 'url:0': 0.69; 'header:Reply-To:1': 0.72; 'reply-to:no real name:2**0': 0.72; 'to:addr:moderators.isc.org': 0.73
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.0
Followup-To comp.lang.python
Date Thu, 02 Jun 2011 20:11:37 +0200
Organization A noiseless patient Spider
Mime-Version 1.0
Content-Type text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding 7bit
User-Agent Mozilla/5.0 (X11; Linux x86_64; rv:2.0.1) Gecko/20110511 Firefox/4.0.1 SeaMonkey/2.1
X-Auth-Sender U2FsdGVkX18yvOVLXj1r3R4/Bc/keiKUKUvnp6t/HlI4RLaa0LcbWw==
Cancel-Lock sha1:5iYJfGITJxh+4XOQ7JqJyC76jgg=
X-Mailman-Approved-At Sat, 04 Jun 2011 02:20:17 +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.2446.1307146817.9059.python-announce-list@python.org> (permalink)
Lines 40
NNTP-Posting-Host 82.94.164.166
X-Trace 1307146817 news.xs4all.nl 49178 [::ffff:82.94.164.166]:35167
X-Complaints-To abuse@xs4all.nl
Xref x330-a1.tempe.blueboxinc.net comp.lang.python.announce:168 comp.lang.python:6987

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.0

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.0 2011-06-02

Changes since 2.3.13:

* OpenLDAP 2.4.11+ required to build
* Support for extracting LDAPv3 extended controls in
   LDAP_RES_SEARCH_ENTRY responses
   (see SF#2829057, thanks to Rich)
* Generic support for LDAPv3 extended operations (thanks to Rich)

Lib/
* new class API in ldap.controls, not backwards-compatible!
* new sub-modules for ldap.controls, some require pyasn1 and pyasn1_modules
* New methods LDAPObject.result4() and LDAPObject.extop_result()
* New (optional) class ldap.controls.AssertionControl
* New helper module ldap.logger contains file-like object which
   sends trace messages to logging.log()
* Removed non-functional method LDAPObject.set_cache_options()
* Removed unused dictionary ldap.controls.knownLDAPControls

Modules/
* ldapcontrol.c: Fixed encode_assertion_control() and function is no longer
   hidden behind ifdef-statement

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


Thread

ANN: python-ldap 2.4.0 Michael Ströder <michael@stroeder.com> - 2011-06-02 20:11 +0200

csiph-web