diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-02-08 12:01:29 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-02-08 12:01:29 (GMT) |
commit | 016a3f33a533bdec6977639bfa83b7f93f6c8c88 (patch) | |
tree | d0f6562afddc85754ba5bcb0637a74d21b86fad0 /Misc | |
parent | 1e949890f618867b7eabc1c08873611e960f5d03 (diff) | |
download | cpython-016a3f33a533bdec6977639bfa83b7f93f6c8c88.zip cpython-016a3f33a533bdec6977639bfa83b7f93f6c8c88.tar.gz cpython-016a3f33a533bdec6977639bfa83b7f93f6c8c88.tar.bz2 |
Issue #20538: UTF-7 incremental decoder produced inconsistant string when
input was truncated in BASE64 section.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ What's New in Python 3.3.4 release candidate 1? Core and Builtins ----------------- +- Issue #20538: UTF-7 incremental decoder produced inconsistant string when + input was truncated in BASE64 section. + - Issue #17825: Cursor "^" is correctly positioned for SyntaxError and IndentationError. |