]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Close #17702: os.environ now raises KeyError with the original environment
authorVictor Stinner <victor.stinner@gmail.com>
Sun, 14 Apr 2013 14:35:04 +0000 (16:35 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Sun, 14 Apr 2013 14:35:04 +0000 (16:35 +0200)
commit6d10139d70b80cf1326c2763dd13ecc169ce1931
tree89f487d9481b0ddfde8efbeea9872daab60f1333
parentc4e0d982f3b967973553c99722b1e4002c8b35f6
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