Files
cpython/Modules
Victor Stinner 84ae118006 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.
2010-05-06 22:05:07 +00:00
..
2008-10-11 00:49:57 +00:00
2008-06-17 21:25:35 +00:00
2009-05-16 01:46:11 +00:00
2009-08-12 18:11:03 +00:00
2010-02-22 19:41:37 +00:00