]> 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:12:00 +0000 (23:12 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 8 Jan 2013 21:12:00 +0000 (23:12 +0200)
commitc4b82c037e95fe2fe77352e8a4a54be7b209df2a
tree3a56936d881f41dbcd05cbf5d43afc76161e67f3
parentc9631a14d77bd34a7c0ecf1cb1e5f8983b76d48f
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