Path: csiph.com!optima2.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed8.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.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'url:pypi': 0.03; 'deprecated': 0.07; 'from:name:chris withers': 0.07; 'subject:released': 0.07; 'from:addr:simplistix.co.uk': 0.09; 'message-id:@simplistix.co.uk': 0.09; 'received:server1.simplistix.co.uk': 0.09; 'received:simplistix.co.uk': 0.09; 'types:': 0.09; 'url:github': 0.09; 'python': 0.10; 'exception': 0.13; 'files.': 0.13; 'lowercase': 0.16; 'release:': 0.16; 'row': 0.16; 'simplistix': 0.16; 'slash': 0.16; 'subject:0.9.4': 0.16; 'to:name:python list': 0.16; 'url:issues': 0.16; 'url:simplistix': 0.16; 'value:': 0.16; 'xlrd': 0.16; 'tests': 0.18; 'all,': 0.20; 'fix': 0.21; 'to:2**1': 0.21; 'from:addr:chris': 0.22; 'parsing': 0.22; 'cheers,': 0.22; '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; 'file': 0.34; 'list,': 0.36; 'url:org': 0.36; 'to:addr:python-list': 0.36; 'thanks': 0.37; 'release': 0.37; 'things': 0.38; 'names': 0.38; 'submit': 0.39; 'to:addr:python.org': 0.40; 'john': 0.61; 'received:uk': 0.61; 'details': 0.62; 'charset:windows-1252': 0.62; 'url:0': 0.63; 'here:': 0.63; 'within': 0.64; 'pleased': 0.64; 'url:co': 0.65; 'forward': 0.66; 'url:4': 0.70; '3.4': 0.84; 'email addr:googlegroups.com': 0.95 Date: Wed, 15 Jul 2015 07:27:48 +0100 From: Chris Withers User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Python List , python-excel@googlegroups.com Subject: xlrd 0.9.4 released! 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: 44 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1436942022 news.xs4all.nl 2938 [2001:888:2000:d::a6]:56832 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:93847 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 -- Simplistix - Content Management, Batch Processing & Python Consulting - http://www.simplistix.co.uk