]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #850997: mbcs encoding (Windows only) handles errors argument: strict
authorVictor Stinner <victor.stinner@haypocalc.com>
Wed, 16 Jun 2010 23:33:54 +0000 (23:33 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Wed, 16 Jun 2010 23:33:54 +0000 (23:33 +0000)
commit554f3f0081fc8f3561b031d957ffbab1034d8b83
treef329005e253141249813de35f3f89ea2c979809f
parent79ee19f3db964733d4fe94184dbb65bc819c65ce
Issue #850997: mbcs encoding (Windows only) handles errors argument: strict
mode raises unicode errors. The encoder only supports "strict" and "replace"
error handlers, the decoder only supports "strict" and "ignore" error handlers.
Doc/library/codecs.rst
Lib/ctypes/__init__.py
Lib/test/test_codecs.py
Misc/NEWS
Objects/unicodeobject.c