commit | c8ef9bc69471b3f5a789dad61d2330cf8193926c | [log] [tgz] |
---|---|---|
author | Richard Oudkerk <shibturn@gmail.com> | Mon Jul 15 18:37:48 2013 +0100 |
committer | Richard Oudkerk <shibturn@gmail.com> | Mon Jul 15 18:37:48 2013 +0100 |
tree | eb5402a3e7264b0acdf8c2d709c3266fca171b6a | |
parent | a85fa5c6661d2e6f3ceabe60c780db7fb03b172c [diff] [blame] |
Issue #18455: multiprocessing should not retry connect() with same socket.
diff --git a/Misc/NEWS b/Misc/NEWS index e074d7f..0b2dadf 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -26,6 +26,8 @@ Library ------- +- Issue #18455: multiprocessing should not retry connect() with same socket. + - Issue #18101: Tcl.split() now process Unicode strings nested in a tuple as it do with byte strings.