summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a48f8ed..fdb9253 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -348,6 +348,12 @@ C-API
Library
-------
+- 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.
+
- Issue #8573: asyncore _strerror() function might throw ValueError.
- Issue #8483: asyncore.dispatcher's __getattr__ method produced confusing