]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
SF bug #1251300: On UCS-4 builds the "unicode-internal" codec will now complain
authorWalter Dörwald <walter@livinglogic.de>
Tue, 30 Aug 2005 10:23:14 +0000 (10:23 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Tue, 30 Aug 2005 10:23:14 +0000 (10:23 +0000)
commita47d1c08d0911f2f49d92b8c6035593a672af436
treeb89cf4f689e9037da807a5e2509d87715d64057f
parent523c9f0709d5e7af4d45817b92cf5ce01609269c
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 Nik Haldimann's patch 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