diff options
author | Benjamin Peterson <benjamin@python.org> | 2012-04-18 15:14:31 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2012-04-18 15:14:31 (GMT) |
commit | e42fb307edbdc8bb98fa5d43646cbbe33f307501 (patch) | |
tree | 1d23b730927815b1ccb16b0b2e59b20858397a18 /Misc | |
parent | 32c59b6fc1140486a9915876054365b40bd88da9 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |