]> granicus.if.org Git - python/commit
Issue #20538: UTF-7 incremental decoder produced inconsistant string when
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 8 Feb 2014 12:06:33 +0000 (14:06 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 8 Feb 2014 12:06:33 +0000 (14:06 +0200)
commit6cbf151032d693e13bb880aa3781dd06b7662199
tree625f4868170708231d01d09b20d51e82730f997d
parent73afe2a972e30a3e0f87401be2fa38c67e2cb964
parent016a3f33a533bdec6977639bfa83b7f93f6c8c88
Issue #20538: UTF-7 incremental decoder produced inconsistant string when
input was truncated in BASE64 section.
Lib/test/test_codecs.py
Misc/NEWS
Objects/unicodeobject.c