Commit 0b1c3988 authored by Benjamin Peterson's avatar Benjamin Peterson

rephrase

parent 7a46e7ab
...@@ -348,11 +348,10 @@ C-API ...@@ -348,11 +348,10 @@ C-API
Library Library
------- -------
- Issue #8603: Create a bytes version of os.environ for Unix: create - Issue #8603: Support bytes environmental variables on Unix: Add os.environb
os.environb mapping and os.getenvb() function, os.unsetenv() encodes str mapping and os.getenvb() function. os.unsetenv() encodes str argument to the
argument to the file system encoding with the surrogateescape error handler file system encoding with the surrogateescape error handler (instead of
(instead of utf8/strict) and accepts bytes, and posix.environ keys and values utf8/strict) and accepts bytes. posix.environ keys and values are now bytes.
are bytes.
- Issue #8573: asyncore _strerror() function might throw ValueError. - Issue #8573: asyncore _strerror() function might throw ValueError.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment