This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author hupp
Recipients
Date 2007-08-04.00:11:43
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
This patch fixes test_csv.py for the struni branch and modifies _csv.c to support unicode strings.

Changes:

 1. The test_csv.py failures caused by bytes/str conflicts have been resolved.  

 2. Uses of mkstemp have been replaced with TemporaryFile in a 'with' block. 

 3. The _csv.c module now uses unicode for string handling.   I've uncommented the unicode read tests in test_csv.py, and added tests for writing unicode content and a unicode delimiter.

All tests are now passing on my system (linux).
History
Date User Action Args
2007-08-23 15:59:33adminlinkissue1767398 messages
2007-08-23 15:59:33admincreate