summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2012-04-18 15:14:31 (GMT)
committerBenjamin Peterson <benjamin@python.org>2012-04-18 15:14:31 (GMT)
commite42fb307edbdc8bb98fa5d43646cbbe33f307501 (patch)
tree1d23b730927815b1ccb16b0b2e59b20858397a18 /Misc
parent32c59b6fc1140486a9915876054365b40bd88da9 (diff)
downloadcpython-e42fb307edbdc8bb98fa5d43646cbbe33f307501.zip
cpython-e42fb307edbdc8bb98fa5d43646cbbe33f307501.tar.gz
cpython-e42fb307edbdc8bb98fa5d43646cbbe33f307501.tar.bz2
SETUP_WITH acts like SETUP_FINALLY for the purposes of setting f_lineno (closes #14612)
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 2c13563..43f08c9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,8 @@ What's New in Python 3.2.4
Core and Builtins
-----------------
+- Issue #14612: Fix jumping around with blocks by setting f_lineno.
+
- Issue #14607: Fix defaults keyword-only arguments which started with ``__``.
- Issue #13889: Check and (if necessary) set FPU control word before calling