summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2012-09-02 18:24:44 (GMT)
committerBenjamin Peterson <benjamin@python.org>2012-09-02 18:24:44 (GMT)
commitc7f447c89fdef7106089f16ea46d5f9341fa0858 (patch)
tree42cf788e63fdfae5f3442dde269b963473c5d611 /Misc
parenta3b84fb2f9d555e9efac556ea24f4ad75a54b4c8 (diff)
parent2e2c903700991aa9f7e96d7a7fdaed3628dc7e1e (diff)
downloadcpython-c7f447c89fdef7106089f16ea46d5f9341fa0858.zip
cpython-c7f447c89fdef7106089f16ea46d5f9341fa0858.tar.gz
cpython-c7f447c89fdef7106089f16ea46d5f9341fa0858.tar.bz2
merge 3.2 (#15846)
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 2af87ee..41732ef 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@ Core and Builtins
- Issue #15839: Convert SystemErrors in super() to RuntimeErrors.
+- Issue #15846: Fix SystemError which happened when using ast.parse in an
+ exception handler on code with syntax errors.
+
- Issue #15801: Make sure mappings passed to '%' formatting are actually
subscriptable.