Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.mixmin.net!feed.xsnews.nl!border-1.ams.xsnews.nl!xlned.com!feeder7.xlned.com!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: 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; 'michael.': 0.07; 'url:pypi': 0.08; 'python': 0.08; 'constants.': 0.09; 'ldap': 0.09; 'libs': 0.09; 'received:eu': 0.09; 'api': 0.09; 'subject:python': 0.10; '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; 'message-id:@stroeder.com': 0.16; 'openldap': 0.16; 'pause': 0.16; 'python-ldap': 0.16; 'python-ldap:': 0.16; 'schema).': 0.16; 'subject:ldap': 0.16; 'url:python-ldap': 0.16; '2.x': 0.18; 'programs.': 0.23; 'additionally': 0.23; 'from:addr:michael': 0.23; 'locking': 0.23; 'stuff': 0.26; 'mainly': 0.28; 'variable': 0.28; 'constant': 0.29; 'mapping': 0.29; 'class': 0.29; 'threads': 0.30; 'wraps': 0.30; 'changes': 0.30; '(e.g.': 0.31; 'does': 0.32; 'modules': 0.32; 'header:User- Agent:1': 0.33; 'integer': 0.34; 'reply-to:addr:python.org': 0.34; 'from:charset:iso-8859-1': 0.35; 'url:python': 0.35; 'received:org': 0.36; 'url:org': 0.39; 'processing': 0.39; 'release': 0.40; 'more': 0.61; 'kind': 0.62; 'site:': 0.67; 'header:Reply-To:1': 0.70; '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: =?ISO-8859-1?Q?Michael_Str=F6der?= Newsgroups: comp.lang.python.announce,comp.lang.python Subject: ANN: python-ldap 2.4.9 Followup-To: comp.lang.python Date: Wed, 14 Mar 2012 20:57:48 +0100 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:11.0) Gecko/20120312 Firefox/11.0 SeaMonkey/2.8 X-Auth-Sender: U2FsdGVkX1/Q6Ohxz7DRkBSwgnUL61VobAJwspMxWKzDH6RQIGOhIA== Cancel-Lock: sha1:ekQjVsBAtvzwKBp+N/Yn+a6Z1NU= X-Mailman-Approved-At: Thu, 15 Mar 2012 14:13:02 +0100 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Approved: python-announce-list@python.org Message-ID: Lines: 28 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1331817183 news.xs4all.nl 6917 [2001:888:2000:d::a6]:47916 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python.announce:549 comp.lang.python:21663 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.