diff options
author | Robert Collins <rbtcollins@hp.com> | 2015-07-29 00:52:40 (GMT) |
---|---|---|
committer | Robert Collins <rbtcollins@hp.com> | 2015-07-29 00:52:40 (GMT) |
commit | 1ee9283254446998c9f423896b1edffe42f246d3 (patch) | |
tree | 999550173f236130b139af1aeb7178ec46378f4d /Misc | |
parent | 54d361fd866e811944096e48f8b58595391050ed (diff) | |
download | cpython-1ee9283254446998c9f423896b1edffe42f246d3.zip cpython-1ee9283254446998c9f423896b1edffe42f246d3.tar.gz cpython-1ee9283254446998c9f423896b1edffe42f246d3.tar.bz2 |
Issue #23254: Document how to close the TCPServer listening socket.
Patch from Martin Panter.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -66,6 +66,9 @@ Core and Builtins 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 #23441: rcompleter now prints a tab character instead of displaying |