commit | 9e92188f53b89bef01824c061650908baddb8e16 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Tue Oct 18 21:55:25 2011 +0200 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Tue Oct 18 21:55:25 2011 +0200 |
tree | 36676cea6890861ff93c44d2bdf3ffa3015967ce | |
parent | 62be4fb21f88037b59a47f85a138928ea6be794b [diff] |
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.