summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorDaniel Stutzbach <daniel@stutzbachenterprises.com>2010-09-03 12:38:33 (GMT)
committerDaniel Stutzbach <daniel@stutzbachenterprises.com>2010-09-03 12:38:33 (GMT)
commit6c765284a305db7a1afbbd8b05ef39835848e7c1 (patch)
tree9907b78d5de829908ef5f97930a81cc7f0825d27 /Misc/NEWS
parent06a3c8ae82c76bd0ea21d3860a65bd6ece6ab72e (diff)
downloadcpython-6c765284a305db7a1afbbd8b05ef39835848e7c1.zip
cpython-6c765284a305db7a1afbbd8b05ef39835848e7c1.tar.gz
cpython-6c765284a305db7a1afbbd8b05ef39835848e7c1.tar.bz2
Fix Issue9753: socket.dup() does not always work right on Windows
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4053dd7..45e27c6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -155,6 +155,9 @@ Extensions
Library
-------
+- Issue #9753: Fixed socket.dup, which did not always work correctly
+ on Windows.
+
- Issue #7005: Fixed output of None values for RawConfigParser.write and
ConfigParser.write.