summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-04-21 16:07:06 (GMT)
committerBenjamin Peterson <benjamin@python.org>2015-04-21 16:07:06 (GMT)
commit273a720f876e754013e17fab0ab9b599284239f7 (patch)
tree3467634eaf7246dd125f8aa8ebad732e001a6915 /Misc
parent8714cfdc4aeedce96fb40c73f7226535fbe7833f (diff)
parentd73aca769f1f6eebb46faa9161cbebe806db3659 (diff)
downloadcpython-273a720f876e754013e17fab0ab9b599284239f7.zip
cpython-273a720f876e754013e17fab0ab9b599284239f7.tar.gz
cpython-273a720f876e754013e17fab0ab9b599284239f7.tar.bz2
merge 3.4 (#24022)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7277617..515a6ef 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,8 @@ Release date: 2015-04-24
Core and Builtins
-----------------
+- Issue #24022: Fix tokenizer crash when processing undecodable source code.
+
Library
-------