diff options
author | Benjamin Peterson <benjamin@python.org> | 2011-07-03 21:27:41 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2011-07-03 21:27:41 (GMT) |
commit | 536feac7f863c64f32c3bba492b79ddf03323373 (patch) | |
tree | 70170db073a0f0de4b91fe91ac26cfa63ef8c682 /Misc | |
parent | ffada78059d914619a997d57804c3fd2696a6e37 (diff) | |
parent | ac91341333d27bf39dd8b8c1c3164b5bdc19f03b (diff) | |
download | cpython-536feac7f863c64f32c3bba492b79ddf03323373.zip cpython-536feac7f863c64f32c3bba492b79ddf03323373.tar.gz cpython-536feac7f863c64f32c3bba492b79ddf03323373.tar.bz2 |
merge 3.2
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ What's New in Python 3.3 Alpha 1? Core and Builtins ----------------- +- When a generator yields, do not retain the caller's exception state on the + generator. + - Issue #12475: Prevent generators from leaking their exception state into the caller's frame as they return for the last time. |