[EMAIL PROTECTED] wrote:
> I guess that's it - my client has 2.5 while the server runs 2.4 ... I 
> don't think any differences are mentioned in the library reference for 
> csv but I'll have a second look.

According to
http://www.python.org/doc/2.5/whatsnew/modules.html
"The csv module, which parses files in comma-separated value format, 
received several enhancements and a number of bugfixes."

FWIW the Python 2.5 change history for _csv.c is here:
http://svn.python.org/view/python/trunk/Modules/_csv.c?rev=59564&view=log

and for Python 2.4 here:
http://svn.python.org/view/python/branches/release24-maint/Modules/_csv.c?rev=52247&view=log

Nothing jumps out at me as the cause of your problem, though.

Kent
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to