diff options
author | Daniel Stutzbach <daniel@stutzbachenterprises.com> | 2010-09-03 12:38:33 (GMT) |
---|---|---|
committer | Daniel Stutzbach <daniel@stutzbachenterprises.com> | 2010-09-03 12:38:33 (GMT) |
commit | 6c765284a305db7a1afbbd8b05ef39835848e7c1 (patch) | |
tree | 9907b78d5de829908ef5f97930a81cc7f0825d27 /Misc/NEWS | |
parent | 06a3c8ae82c76bd0ea21d3860a65bd6ece6ab72e (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |