]> granicus.if.org Git - python/commit
Issue #12281: Fix test_codecs.test_cp932() on Windows XP
authorVictor Stinner <victor.stinner@haypocalc.com>
Tue, 18 Oct 2011 19:55:25 +0000 (21:55 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Tue, 18 Oct 2011 19:55:25 +0000 (21:55 +0200)
commit9e92188f53b89bef01824c061650908baddb8e16
tree36676cea6890861ff93c44d2bdf3ffa3015967ce
parent62be4fb21f88037b59a47f85a138928ea6be794b
Issue #12281: Fix test_codecs.test_cp932() on Windows XP

Cool! Decoding b'\x81\x00abc' from cp932 with replace error handler is now
giving the same result on all Windows versions.
Lib/test/test_codecs.py