From: Benjamin Peterson Date: Sun, 3 Jul 2011 18:49:59 +0000 (-0500) Subject: add ' X-Git-Tag: v3.2.2rc1~159 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9cf960c94fcd2ec044e1525bb8c51f85c9048f35;p=thirdparty%2FPython%2Fcpython.git add ' --- diff --git a/Misc/NEWS b/Misc/NEWS index 99ebd1b5f35e..d763e0fc2967 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -11,7 +11,7 @@ Core and Builtins ----------------- - Issue #12475: Prevent generators from leaking their exception state into the - callers frame as they return for the last time. + caller's frame as they return for the last time. Library -------