Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

csv-0.5 released

1 view
Skip to first unread message

Dave Cole

unread,
Nov 6, 2001, 12:40:28 AM11/6/01
to
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

0 new messages