diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2010-05-06 22:06:25 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2010-05-06 22:06:25 (GMT) |
commit | 861c0e51b862413c700b042f9413a91b6c0f9b8d (patch) | |
tree | 81000dfa58250c2c3205e0e17131245809cc7bfe | |
parent | c2f1dca62de8c1c5377b5323e49685fc6a0396ff (diff) | |
download | cpython-861c0e51b862413c700b042f9413a91b6c0f9b8d.zip cpython-861c0e51b862413c700b042f9413a91b6c0f9b8d.tar.gz cpython-861c0e51b862413c700b042f9413a91b6c0f9b8d.tar.bz2 |
Blocked revisions 80885 via svnmerge
........
r80885 | victor.stinner | 2010-05-07 00:05:07 +0200 (ven., 07 mai 2010) | 7 lines
Issue #8603: Create a bytes version of os.environ for Unix
Create os.environb mapping and os.getenvb() function, os.unsetenv() encodes str
argument to the file system encoding with the surrogateescape error handler
(instead of utf8/strict) and accepts bytes, and posix.environ keys and values
are bytes.
........
0 files changed, 0 insertions, 0 deletions