summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2014-02-23 16:22:08 (GMT)
committerR David Murray <rdmurray@bitdance.com>2014-02-23 16:22:08 (GMT)
commit784a3ffdbb162cec43b09b5d311e0337a13d6997 (patch)
tree53438230b2f69f9e8540164afbe4fbac443fb50f /Misc
parentf3f2838ee565b96eb6b5ae906006b0e99b381b03 (diff)
downloadcpython-784a3ffdbb162cec43b09b5d311e0337a13d6997.zip
cpython-784a3ffdbb162cec43b09b5d311e0337a13d6997.tar.gz
cpython-784a3ffdbb162cec43b09b5d311e0337a13d6997.tar.bz2
Fix wording in news entry.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index cfb05c2..d469f68 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1944,7 +1944,7 @@ Library
- 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.