]> granicus.if.org Git - python/commit
bpo-33540: Add block_on_close attr to socketserver (GH-6911)
authorVictor Stinner <vstinner@redhat.com>
Thu, 24 May 2018 01:14:44 +0000 (03:14 +0200)
committerGitHub <noreply@github.com>
Thu, 24 May 2018 01:14:44 +0000 (03:14 +0200)
commit453bd0bc65b7ea6a18c43da69143ab10d54c0a35
tree6c3c61b643d1b80dfa63508e3b8de265ee4c40ab
parentb97de3dd86046ac46567146d86a69d4f78ea09db
bpo-33540: Add block_on_close attr to socketserver (GH-6911)

Add a new block_on_close class attribute to ForkingMixIn and
ThreadingMixIn classes of socketserver to opt-in for pre-3.7 behaviour.
Doc/library/socketserver.rst
Doc/whatsnew/3.7.rst
Lib/socketserver.py
Misc/NEWS.d/next/Library/2018-05-16-18-10-38.bpo-33540.wy9LRV.rst [new file with mode: 0644]