Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #93863
| Date | 2015-07-15 13:00 +0200 |
|---|---|
| From | Karim <kliateni@gmail.com> |
| Subject | Re: xlrd 0.9.4 released! |
| References | <55A5FD64.90302@simplistix.co.uk> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.535.1436958084.3674.python-list@python.org> (permalink) |
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!
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: xlrd 0.9.4 released! Karim <kliateni@gmail.com> - 2015-07-15 13:00 +0200
csiph-web