[Python-checkins] cpython: Fix wording in news entry.

r.david.murray python-checkins at python.org
Sun Feb 23 17:42:15 CET 2014


http://hg.python.org/cpython/rev/c7b5e7b78290
changeset:   89340:c7b5e7b78290
user:        R David Murray <rdmurray at bitdance.com>
date:        Sun Feb 23 11:22:08 2014 -0500
summary:
  Fix wording in news entry.

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
@@ -1944,7 +1944,7 @@
 
 - Issue #18394: Close cgi.FieldStorage's optional file.
 
-- Issue #17702: On error, os.environb now removes suppress the except context
+- Issue #17702: On error, os.environb now suppresses the exception context
   when raising a new KeyError with the original key.
 
 - Issue #16809: Fixed some tkinter incompabilities with Tcl/Tk 8.6.

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


More information about the Python-checkins mailing list