]> granicus.if.org Git - python/commit
Issue #12281: Rewrite the MBCS codec to handle correctly replace and ignore
authorVictor Stinner <victor.stinner@haypocalc.com>
Tue, 18 Oct 2011 19:21:00 +0000 (21:21 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Tue, 18 Oct 2011 19:21:00 +0000 (21:21 +0200)
commit3a50e7056ebfb835785c84df925d79bde6d0d209
tree6a6f61d276043fc53dc3290cd74ed7aab3506eab
parent1e73a2467f312f7b5ebef515cca6d3a16cf36f97
Issue #12281: Rewrite the MBCS codec to handle correctly replace and ignore
error handlers on all Windows versions. The MBCS codec is now supporting all
error handlers, instead of only replace to encode and ignore to decode.
Doc/library/codecs.rst
Doc/whatsnew/3.3.rst
Include/unicodeobject.h
Lib/test/test_codecs.py
Misc/NEWS
Modules/_codecsmodule.c
Objects/unicodeobject.c
Python/pythonrun.c