]> granicus.if.org Git - python/commit
Issue #11461: Fix the incremental UTF-16 decoder. Original patch by
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 8 Jan 2013 21:41:55 +0000 (23:41 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 8 Jan 2013 21:41:55 +0000 (23:41 +0200)
commit24a3ef699944fa0d816f78b2da1ef32fe4d1e453
tree89ed22d32a9be82409136edb672cf80347898360
parentdbfc80851a72e6921eed0b86b8e97b5989c23cc6
parentae3b32ad6bd6326e14b4b4316af6edea8dfc9173
Issue #11461: Fix the incremental UTF-16 decoder. Original patch by
Amaury Forgeot d'Arc. Added tests for partial decoding of non-BMP
characters.
Lib/test/test_codecs.py
Misc/NEWS
Objects/unicodeobject.c