]> 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:14:24 +0000 (23:14 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 8 Jan 2013 21:14:24 +0000 (23:14 +0200)
commit48e188e57313813bd048e25b8fa6123b8cd5c9a0
tree3d5b4dacb7995a82e1057a7fa4dc1ed7d8dc8c5c
parentdec798eb46f7edfe0995ce1b8966097fb7567eb7
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