[Python-checkins] cpython (3.2): add '

benjamin.peterson python-checkins at python.org
Sun Jul 3 20:46:08 CEST 2011


http://hg.python.org/cpython/rev/733cb6f42217
changeset:   71155:733cb6f42217
branch:      3.2
parent:      71152:36bc49565281
user:        Benjamin Peterson <benjamin at python.org>
date:        Sun Jul 03 13:49:59 2011 -0500
summary:
  add '

files:
  Misc/NEWS |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -11,7 +11,7 @@
 -----------------
 
 - 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
 -------

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list