]> granicus.if.org Git - python/commit
(Merge 3.3) Close #17702: On error, os.environb now removes suppress the except
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 23 Aug 2013 17:23:42 +0000 (19:23 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Fri, 23 Aug 2013 17:23:42 +0000 (19:23 +0200)
commita93c6db68bbb5070398b6cdb029a9bf0365846fc
tree9e807583a6cc0ee68e10985974a111ae548ce343
parent330cc52c99037eaabe0fcfa09f9b099743b0b913
parent0c2dd0c0a9498422645a2805a955b9a898298bc6
(Merge 3.3) Close #17702: On error, os.environb now removes suppress the except
context when raising a new KeyError with the original key.
Lib/os.py
Lib/test/test_os.py
Misc/NEWS