summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2013-08-23 17:23:42 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2013-08-23 17:23:42 (GMT)
commita93c6db68bbb5070398b6cdb029a9bf0365846fc (patch)
tree9e807583a6cc0ee68e10985974a111ae548ce343 /Misc
parent330cc52c99037eaabe0fcfa09f9b099743b0b913 (diff)
parent0c2dd0c0a9498422645a2805a955b9a898298bc6 (diff)
downloadcpython-a93c6db68bbb5070398b6cdb029a9bf0365846fc.zip
cpython-a93c6db68bbb5070398b6cdb029a9bf0365846fc.tar.gz
cpython-a93c6db68bbb5070398b6cdb029a9bf0365846fc.tar.bz2
(Merge 3.3) Close #17702: On error, os.environb now removes suppress the except
context when raising a new KeyError with the original key.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7b62d16..431674a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -38,6 +38,9 @@ Core and Builtins
Library
-------
+- Issue #17702: On error, os.environb now removes suppress the except context
+ when raising a new KeyError with the original key.
+
- Issue #16809: Fixed some tkinter incompabilities with Tcl/Tk 8.6.
- Issue #16809: Tkinter's splitlist() and split() methods now accept Tcl_Obj