summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2008-09-15 23:02:56 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2008-09-15 23:02:56 (GMT)
commit9cadb1b6e0d10aaeb8f9e69e51f672a53de6b164 (patch)
treee39eac97c8d501a20d6f336ccddcc169f585271d /Misc
parent4e80cdd739772406bba00a31fdd98539cdcca651 (diff)
downloadcpython-9cadb1b6e0d10aaeb8f9e69e51f672a53de6b164.zip
cpython-9cadb1b6e0d10aaeb8f9e69e51f672a53de6b164.tar.gz
cpython-9cadb1b6e0d10aaeb8f9e69e51f672a53de6b164.tar.bz2
Issue #3782: os.write() must not accept unicode strings
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c2734c8..0024e82 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -140,6 +140,8 @@ Library
Extension Modules
-----------------
+- Issue #3782: os.write() must not accept unicode strings.
+
- Issue #2975: When compiling several extension modules with Visual Studio 2008
from the same python interpreter, some environment variables would grow
without limit.