]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
(Merge 3.3) Close #17702: os.environ now raises KeyError with the original
authorVictor Stinner <victor.stinner@gmail.com>
Sun, 14 Apr 2013 14:38:35 +0000 (16:38 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Sun, 14 Apr 2013 14:38:35 +0000 (16:38 +0200)
commit43aa0d07e2ab93bde71fb2dd5d300fef524b36cd
tree2c3248941c8aef267d978eb71954a239a050979c
parent76b3b2726c3c3c58932b460d9a9af1b5021fd8f9
parent6d10139d70b80cf1326c2763dd13ecc169ce1931
(Merge 3.3) Close #17702: os.environ now raises KeyError with the original
environment variable name (str on UNIX), instead of using the encoded name
(bytes on UNIX).
Lib/os.py
Lib/test/test_os.py
Misc/NEWS