• Victor Stinner's avatar
    Issue #8603: Create a bytes version of os.environ for Unix · 84ae1180
    Victor Stinner yazdı
    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.
    84ae1180
To find the state of this project's repository at the time of any of these versions, check out the tags.
NEWS 108 KB