]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #14850: Now a chamap decoder treates U+FFFE as "undefined mapping"
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 15 Jan 2013 12:42:59 +0000 (14:42 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 15 Jan 2013 12:42:59 +0000 (14:42 +0200)
commit9599745e2cad406d6e8e38b3bb5727a3d2335a3e
treea31d32a4da73498e3f28e5dd40cc877ea8b67c29
parent90b5d9288d2a25372471cbee9b49edc2e2193178
Issue #14850: Now a chamap decoder treates U+FFFE as "undefined mapping"
in any mapping, not only in an unicode string.
Lib/test/test_codecs.py
Misc/NEWS
Objects/unicodeobject.c