commit | 43aa0d07e2ab93bde71fb2dd5d300fef524b36cd | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Sun Apr 14 16:38:35 2013 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Sun Apr 14 16:38:35 2013 +0200 |
tree | 2c3248941c8aef267d978eb71954a239a050979c | |
parent | 76b3b2726c3c3c58932b460d9a9af1b5021fd8f9 [diff] | |
parent | 6d10139d70b80cf1326c2763dd13ecc169ce1931 [diff] |
(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).