Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!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.029 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.00; 'url:pypi': 0.03; 'purpose.': 0.07; 'subject:ANN': 0.07; 'additionally': 0.09; 'api': 0.11; 'python': 0.11; 'programs.': 0.14; 'changes': 0.15; 'invoking': 0.16; 'michael.': 0.16; 'received:eu': 0.16; 'retrieving': 0.16; 'tls': 0.16; 'wraps': 0.16; 'subject:python': 0.16; 'written': 0.21; 'separate': 0.22; 'header:User-Agent:1': 0.23; '2.x': 0.24; 'skip:l 30': 0.24; 'logging': 0.26; 'pass': 0.26; 'values': 0.27; 'stuff': 0.32; 'url:python': 0.33; '(e.g.': 0.33; 'something': 0.35; 'but': 0.35; 'doing': 0.36; 'method': 0.36; 'url:org': 0.36; 'changed': 0.39; 'skip:- 60': 0.39; 'received:org': 0.40; 'release': 0.40; 'new': 0.61; 'first': 0.61; 'header:Reply-To:1': 0.67; 'results': 0.69; 'skip:r 30': 0.69; 'url:4': 0.69; 'to:addr:comp-lang-python-announce': 0.70; 'reply- to:no real name:2**0': 0.71; 'to:addr:moderators.isc.org': 0.77; 'friends': 0.81; 'site:': 0.83; "project's": 0.84; 'reply- to:addr:python.org': 0.84; 'url:14': 0.95 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.14 Followup-To: comp.lang.python Date: Fri, 31 Jan 2014 18:23:22 +0100 Organization: A noiseless patient Spider Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:27.0) Gecko/20100101 Firefox/27.0 SeaMonkey/2.24 X-Auth-Sender: U2FsdGVkX19eTIs41Ih05ey1Q1MLGmpuibBDekY929e+Vp9pLLBffA== Cancel-Lock: sha1:HfUp6BwDEMYf0e4QTOMnUUnzSz4= X-Mailman-Approved-At: Mon, 03 Feb 2014 13:12:29 +0100 X-BeenThere: python-announce-list@python.org X-Mailman-Version: 2.1.15 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: 38 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1391429551 news.xs4all.nl 2865 [2001:888:2000:d::a6]:44685 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python.announce:1203 comp.lang.python:65331 Find a new release of python-ldap: http://pypi.python.org/pypi/python-ldap/2.4.14 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, LDAP URLs and LDAPv3 schema). Project's web site: http://www.python-ldap.org/ Ciao, Michael. ---------------------------------------------------------------- Released 2.4.14 2014-01-31 Changes since 2.4.13: Lib/ * Added ldap.controls.openldap.SearchNoOpControl * New method ldap.async.AsyncSearchHandler.afterFirstResult() for doing something right after successfully receiving but before processing first result * Better log data written when invoking ldap.LDAPLock.acquire() and ldap.LDAPLock.release() * LDAPObject and friends now pass `desc' to ldap.LDAPLock() which results in better logging * ldapobject.ReconnectLDAPObject now uses internal class-wide lock for serializing reconnects * Method signature of ReconnectLDAPObject.reconnect() changed to be able to call it with separate retry_max and retry_delay values Modules/ * Added support for retrieving negotiated TLS version/cipher with LDAPObject.get_option() with the help of upcoming OpenLDAP libs