]> granicus.if.org Git - python/commit
Fix the last remaining problem with test_multibytecodec.py;
authorGuido van Rossum <guido@python.org>
Mon, 9 Jul 2007 09:18:12 +0000 (09:18 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 9 Jul 2007 09:18:12 +0000 (09:18 +0000)
commita222e4cc71d7f4f6479e3be4f015673dafb078e3
tree03175ae08764aca2dd7411970e8eba3d352591f9
parent89687b9ba8dde610247805629187486a270af725
Fix the last remaining problem with test_multibytecodec.py;
the problem was writing a file in text mode instead of in binary mode.
Lib/test/test_multibytecodec.py