summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-08-11 19:24:27 (GMT)
committerBenjamin Peterson <benjamin@python.org>2010-08-11 19:24:27 (GMT)
commit9ecbc07256d273ffb1a712594e06c75159888ac4 (patch)
treef10fac1043c7ee53efc455d1c82df9701cd37d73 /Misc
parent00091cada63a756937a39d5e6967666301154b57 (diff)
downloadcpython-9ecbc07256d273ffb1a712594e06c75159888ac4.zip
cpython-9ecbc07256d273ffb1a712594e06c75159888ac4.tar.gz
cpython-9ecbc07256d273ffb1a712594e06c75159888ac4.tar.bz2
Merged revisions 83951 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83951 | benjamin.peterson | 2010-08-11 14:20:42 -0500 (Wed, 11 Aug 2010) | 4 lines use pep 383 decoding for mknod and mkfifo #9570 Patch by David Watson. ........
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 7ce826d..fd30974 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -417,6 +417,8 @@ Library
Extension Modules
-----------------
+- Issue #9570: Use PEP 383 decoding in os.mknod and os.mkfifo.
+
- Issue #9324: Add parameter validation to signal.signal on Windows in order
to prevent crashes.