]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport checkin:
authorWalter Dörwald <walter@livinglogic.de>
Tue, 30 Aug 2005 10:46:06 +0000 (10:46 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Tue, 30 Aug 2005 10:46:06 +0000 (10:46 +0000)
commitfd8e0170e2335da86d491d0324b47a3276032b90
treee825190decf9684eca63030cecc34cd319fd31fa
parent238daff62a52a8b43b848f22139a5b0225ba7e0c
Backport checkin:
SF bug #1251300: On UCS-4 builds the "unicode-internal" codec will now complain
about illegal code points. The codec now supports PEP 293 style error handlers.
(This is a variant of the patch by Nik Haldimann that detects truncated data)
Include/unicodeobject.h
Lib/test/test_codeccallbacks.py
Lib/test/test_codecs.py
Misc/NEWS
Modules/_codecsmodule.c
Objects/unicodeobject.c