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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d32a944037caed780466a1ef118f987f566ec5e0;p=python Issue #23254: Document how to close the TCPServer listening socket. Patch from Martin Panter. --- d32a944037caed780466a1ef118f987f566ec5e0 diff --cc Misc/NEWS index 3004539853,9f3ca11daf..785d11cd47 --- 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.