Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!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.028 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'url:pypi': 0.03; 'purpose.': 0.07; 'subject:ANN': 0.07; 'additionally': 0.09; 'anymore.': 0.09; 'api': 0.11; 'python': 0.11; 'programs.': 0.14; 'changes': 0.15; 'michael.': 0.16; 'received:eu': 0.16; 'wraps': 0.16; 'subject:python': 0.16; 'exception': 0.16; 'header:User- Agent:1': 0.23; '2.x': 0.24; 'skip': 0.24; 'skip:l 30': 0.24; 'values': 0.27; 'raised': 0.31; 'stuff': 0.32; 'url:python': 0.33; '(e.g.': 0.33; 'url:org': 0.36; 'does': 0.39; 'skip:- 60': 0.39; 'received:org': 0.40; 'release': 0.40; 'new': 0.61; 'simply': 0.61; 'header:Reply-To:1': 0.67; 'url:11': 0.68; 'url:4': 0.69; 'to:addr:comp-lang-python-announce': 0.70; 'reply-to:no real name:2**0': 0.71; 'records': 0.73; 'to:addr:moderators.isc.org': 0.77; 'site:': 0.83; 'non-critical': 0.84; "project's": 0.84; 'reply-to:addr:python.org': 0.84 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.11 Followup-To: comp.lang.python Date: Mon, 27 May 2013 10:10:58 +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:20.0) Gecko/20100101 Firefox/20.0 SeaMonkey/2.17.1 X-Auth-Sender: U2FsdGVkX1/9X0j9N6eq7XPFZrrdacjKz8WYq2S/auBPzOqM5KTP/Q== Cancel-Lock: sha1:wMB2aId0JOQnKqpRzZ4LxniRezw= X-Mailman-Approved-At: Tue, 28 May 2013 19:56:23 +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: 26 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1369763784 news.xs4all.nl 15895 [2001:888:2000:d::a6]:54058 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python.announce:963 comp.lang.python:46317 Find a new release of python-ldap: http://pypi.python.org/pypi/python-ldap/2.4.11 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.11 2013-05-27 Changes since 2.4.10: Lib/ * ldap.controls.DecodeControlTuples() now simply ignores PyAsn1Error exception raised during decoding malformed response control values in case of non-critical controls. * ldif.LDIFWriter.unparse() does not simply skip empty records anymore.