Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.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.95; '*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; 'wraps': 0.16; 'subject:python': 0.16; 'header:User-Agent:1': 0.23; '2.x': 0.24; 'skip:l 30': 0.24; 'function': 0.29; 'fixed': 0.29; 'convenience': 0.31; 'stuff': 0.32; 'url:python': 0.33; '(e.g.': 0.33; 'url:org': 0.36; 'skip:- 60': 0.39; 'received:org': 0.40; 'release': 0.40; 'new': 0.61; 'header:Reply-To:1': 0.67; '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; 'site:': 0.83; "project's": 0.84; 'reply-to:addr:python.org': 0.84; 'url:16': 0.93 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.16 Followup-To: comp.lang.python Date: Wed, 10 Sep 2014 14:20:33 +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:29.0) Gecko/20100101 Firefox/29.0 SeaMonkey/2.26.1 X-Auth-Sender: U2FsdGVkX19jL4SoqgCD11IaRyq9P9Xzl9+cg+7VuUhD7Xwie8D+ig== Cancel-Lock: sha1:YlgoteyjPin39giaUlHF8O1gaWQ= X-Mailman-Approved-At: Wed, 10 Sep 2014 14:23:37 +0200 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: 28 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1410351818 news.xs4all.nl 2885 [2001:888:2000:d::a6]:54394 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python.announce:1392 comp.lang.python:77757 Find a new release of python-ldap: http://pypi.python.org/pypi/python-ldap/2.4.16 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.16 2014-09-10 Changes since 2.4.15: Lib/ * New convenience function ldap.dn.is_dn() * New convenience function ldap.escape_str() * New convenience methods LDAPObject.read_s() and LDAPObject.find_unique_entry() * Fixed invoking start_tls_s() in ReconnectLDAPObject.reconnect() (thanks to Philipp Hahn)