From 225168ed5653a678be7f41e1b0ebc9d501258c23 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Thu, 6 May 2010 22:29:53 +0000 Subject: rephrase --- Misc/NEWS | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS index fdb9253..e27c129 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -348,11 +348,10 @@ 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 #8603: Support bytes environmental variables on Unix: Add 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. posix.environ keys and values are now bytes. - Issue #8573: asyncore _strerror() function might throw ValueError. -- cgit v0.12