]> 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:40:52 +0000 (23:40 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 8 Jan 2013 21:40:52 +0000 (23:40 +0200)
commitae3b32ad6bd6326e14b4b4316af6edea8dfc9173
tree6fb22559c8b1d83e2d2f9051a982b660613541f5
parent040c3c81c1d2fafe4bec9bec9e1e448c84ae7dd8
parent48e188e57313813bd048e25b8fa6123b8cd5c9a0
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