Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'url:pypi': 0.03; 'deprecated': 0.07; 'subject:released': 0.07; 'types:': 0.09; 'url:github': 0.09; 'python': 0.10; 'exception': 0.13; 'files.': 0.13; 'lowercase': 0.16; 'received:192.168.43': 0.16; 'release:': 0.16; 'row': 0.16; 'slash': 0.16; 'subject:0.9.4': 0.16; 'url:issues': 0.16; 'value:': 0.16; 'withers': 0.16; 'xlrd': 0.16; 'wrote:': 0.16; 'tests': 0.18; 'all,': 0.20; 'fix': 0.21; 'parsing': 0.22; 'cheers,': 0.22; 'header:In-Reply-To:1': 0.24; 'header:User-Agent:1': 0.26; 'chris': 0.26; 'changes:': 0.29; 'excel': 0.29; "i'm": 0.30; 'related': 0.32; 'announce': 0.32; 'run': 0.33; 'url:python': 0.33; 'message-id:@gmail.com': 0.34; 'file': 0.34; 'received:google.com': 0.35; 'list,': 0.36; 'url:org': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'thanks': 0.37; 'release': 0.37; 'things': 0.38; 'names': 0.38; 'thank': 0.38; 'submit': 0.39; 'received:192': 0.39; 'to:addr:python.org': 0.40; 'john': 0.61; 'details': 0.62; 'charset:windows-1252': 0.62; 'url:0': 0.63; 'here:': 0.63; 'within': 0.64; 'pleased': 0.64; 'forward': 0.66; 'url:4': 0.70; '3.4': 0.84; 'email addr:googlegroups.com': 0.95 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=SWqLgLrElAATtgWCROHzKlxSFpzfZo5hCVi4B3wbDhQ=; b=h0Bvt+x8mz03Q+LdfYUMWQoYbQ94MbpaqfHWyb+oAXxaKr1swaBRtRHG6Yhqq2daOl 4os+w6m+gXdNQrfaWEpgC+xx5eBkj+8ysB1CVzKIKdI1sc2o9e+claGSKWptFyu//zMo vCGRgnU32ofMbOOU/XXny7dxxqG1iCvLjdStPUBesFH1+rDShdbd7PCCM1n8FIyKP0Cg fIlZWDH21fMxF5NB1cdCldkHfyVfSevNRnggEH2Oo/mZmdRiTt5SeyJuDt7/R7hd9lQv nN/F2rPADLCd3X+4gRjHjK4bCNbAv/J5tRa/cPbdawkOXPB67KjLNpEuyAXXXAt6deEU L2EA== X-Received: by 10.180.78.73 with SMTP id z9mr14881567wiw.64.1436958082007; Wed, 15 Jul 2015 04:01:22 -0700 (PDT) Date: Wed, 15 Jul 2015 13:00:01 +0200 From: Karim User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: python-list@python.org Subject: Re: xlrd 0.9.4 released! References: <55A5FD64.90302@simplistix.co.uk> In-Reply-To: <55A5FD64.90302@simplistix.co.uk> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 46 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1436958084 news.xs4all.nl 2907 [2001:888:2000:d::a6]:41900 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:93863 On 15/07/2015 08:27, Chris Withers wrote: > Hi All, > > I'm pleased to announce the release of xlrd 0.9.4: > > http://pypi.python.org/pypi/xlrd/0.9.4 > > This release includes the following changes: > > - Automated tests are now run on Python 3.4 > > - Use ElementTree.iter() if available, not deprecated getiterator() > when parsing xlsx files. > > - Fix #106 : Exception Value: unorderable types: Name() < Name() > > - Create row generator expression with Sheet.get_rows() > > - Fix for forward slash file separator and lowercase names within xlsx > internals. > > Thanks to the following for their contributions to this release: > > - Corey Farwell > - Jonathan Kamens > - Deepak N > - Brandon R. Stoner > - John McNamara > > If you find any problems, please ask about them on the > python-excel@googlegroups.com list, or submit an issue on GitHub: > > https://github.com/python-excel/xlrd/issues > > Full details of all things Python and Excel related can be found here: > > http://www.python-excel.org/ > > cheers, > > Chris > Thank You!