]> granicus.if.org Git - python/commit
Close #17702: On error, os.environb now removes suppress the except context
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 23 Aug 2013 17:19:15 +0000 (19:19 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Fri, 23 Aug 2013 17:19:15 +0000 (19:19 +0200)
commit0c2dd0c0a9498422645a2805a955b9a898298bc6
treef98ad2598c161f12732d501b7ee18540a3efa727
parentf1e0273023d870e575add13dc05ab507ed05268f
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