Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.42!gegeweb.eu!nntpfeed.proxad.net!proxad.net!feeder1-2.proxad.net!usenet-fr.net!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!border1.nntp.ams2.giganews.com!border3.nntp.ams.giganews.com!border1.nntp.ams.giganews.com!nntp.giganews.com!news2.euro.net!newsfeed.xs4all.nl!newsfeed6.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.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:ANN': 0.02; 'michael.': 0.07; 'url:pypi': 0.08; 'python': 0.08; 'ldap': 0.09; 'libs': 0.09; 'received:eu': 0.09; 'skip:l 60': 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; '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; 'stuff': 0.26; 'mainly': 0.28; 'fixed': 0.29; 'wraps': 0.30; 'changes': 0.30; '(e.g.': 0.31; 'modules': 0.32; 'header:User-Agent:1': 0.33; '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; '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.8 Followup-To: comp.lang.python Date: Tue, 21 Feb 2012 18:20:19 +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:10.0.2) Gecko/20120216 Firefox/10.0.2 SeaMonkey/2.7.2 X-Auth-Sender: U2FsdGVkX195PH55uA6sOOCK5AgcNyxxzZQoXT9OtPFMmcl0j2o10A== Cancel-Lock: sha1:BPbopsca6SDZdiiB+ntbwK+s930= X-Mailman-Approved-At: Wed, 22 Feb 2012 15:45:59 +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: 26 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1329921961 news.xs4all.nl 6894 [2001:888:2000:d::a6]:51802 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python.announce:520 comp.lang.python:20681 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.8 2012-02-21 Changes since 2.4.7: Lib/ * Fixed overzealous check for non-unique NAMEs in ldap.schema.subentry.SubSchema.__init__() * Fixed typos in control decoding method ldap.controls.simple.OctetStringInteger.decodeControlValue() * Added experimental support for draft-vchu-ldap-pwd-policy