[Python-checkins] python/nondist/sandbox/csv/test unicode_test.py,NONE,1.1

Skip Montanaro skip@pobox.com
Sat, 8 Feb 2003 09:25:58 -0600


    mal> I don't understand: have you moved the existing test from
    mal> test_codecs.py to a new file or this a new bug ?

No, note that this is a test in the csv sandbox:

    mal> montanaro@users.sourceforge.net wrote:
    >> Update of /cvsroot/python/python/nondist/sandbox/csv/test
    ...

It has nothing to do with the codecs module other than using its EncodedFile
class to wrap a StringIO object.  What's being tested is the csv module's
current lack of Unicode support.

See

    http://mail.python.org/pipermail/python-list/2003-February/145151.html

for motivation.  (Feel free to respond to that note. ;-)

Skip