From: Robert Collins Date: Wed, 29 Jul 2015 00:55:33 +0000 (+1200) Subject: Issue #23254: Document how to close the TCPServer listening socket. X-Git-Tag: v3.6.0a1~1890 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d32a944037caed780466a1ef118f987f566ec5e0;p=thirdparty%2FPython%2Fcpython.git Issue #23254: Document how to close the TCPServer listening socket. Patch from Martin Panter. --- d32a944037caed780466a1ef118f987f566ec5e0 diff --cc Misc/NEWS index 300453985313,9f3ca11daf4e..785d11cd475e --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -13,8 -13,10 +13,11 @@@ Core and Builtin Library ------- + - Issue #23254: Document how to close the TCPServer listening socket. + Patch from Martin Panter. + -- Issue #19450: Update Windows builds to use SQLite 3.8.11.0 +- Issue #23426: run_setup was broken in distutils. + Patch from Alexander Belopolsky. - Issue #17527: Add PATCH to wsgiref.validator. Patch from Luca Sbardella.