diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2012-03-31 23:14:39 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2012-03-31 23:14:39 (GMT) |
commit | 9a54a260de1375ca7a819e01fc7ced75c1f6f8e9 (patch) | |
tree | 2f030b2e9a095aef24e1756997df69541c8424a5 /Misc | |
parent | 8315f967647f4610776fef6dda830ce72db042c0 (diff) | |
download | cpython-9a54a260de1375ca7a819e01fc7ced75c1f6f8e9.zip cpython-9a54a260de1375ca7a819e01fc7ced75c1f6f8e9.tar.gz cpython-9a54a260de1375ca7a819e01fc7ced75c1f6f8e9.tar.bz2 |
Issue #14300: Under Windows, sockets created using socket.dup() now allow overlapped I/O.
Patch by sbt.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -37,6 +37,9 @@ Core and Builtins Library ------- +- Issue #14300: Under Windows, sockets created using socket.dup() now allow + overlapped I/O. Patch by sbt. + - Issue #13872: socket.detach() now marks the socket closed (as mirrored in the socket repr()). Patch by Matt Joiner. |