csv-0.5 released
Dave Cole
djc at object-craft.com.au
Tue Nov 6 00:40:28 EST 2001
More information about the Python-list mailing list
Tue Nov 6 00:40:28 EST 2001
- Previous message (by thread): pymacs with ntemacs?
- Next message (by thread): Help Help Help
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
The CSV module provides a fast CSV parser which can split and join CSV
records which have been produced by Microsoft products such as Access
and Excel.
On Python 2.x the module outperforms string.split(). Of course the
CSV parser can handle much more complex records than string.split()...
This is a bugfix release.
The changes in this release are:
1- Fixed bug in memory allocation of internal parser buffer - thanks
to John Machin for pointing this out.
2- Fixed compile warning on Solaris - thanks to Adam Goucher for
reporting this.
The module homepage:
http://www.object-craft.com.au/projects/csv/
For people who do not have a C compiler on Windows I have put a Python
2.1 binary up here:
http://www.object-craft.com.au/projects/csv/csv.pyd
- Dave
- Previous message (by thread): pymacs with ntemacs?
- Next message (by thread): Help Help Help
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list