]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
(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)
environment variable name (str on UNIX), instead of using the encoded name
(bytes on UNIX).

1  2 
Lib/os.py
Lib/test/test_os.py
Misc/NEWS

diff --cc Lib/os.py
Simple merge
Simple merge
diff --cc Misc/NEWS
Simple merge