]> granicus.if.org Git - python/commit
Fix the last remaining test_csv failure.
authorGuido van Rossum <guido@python.org>
Tue, 7 Aug 2007 23:59:30 +0000 (23:59 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 7 Aug 2007 23:59:30 +0000 (23:59 +0000)
commita9769c26a35d788f44fa7ed4f3652a156055fb45
treee82419b0bff0f65fac3ab24b6c8bfbf0a472ee7b
parent75c26bc6a78169bf621885fa91b0d8f93241e682
Fix the last remaining test_csv failure.
We were using T_CHAR for a UNICODE character.
(This happened to work on x86 most of the time due to endianness;
but not on PPC.)
Modules/_csv.c