summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-02-08 12:01:29 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-02-08 12:01:29 (GMT)
commit016a3f33a533bdec6977639bfa83b7f93f6c8c88 (patch)
treed0f6562afddc85754ba5bcb0637a74d21b86fad0 /Misc
parent1e949890f618867b7eabc1c08873611e960f5d03 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e663bfe..adce2c1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.