]> granicus.if.org Git - python/commit
bpo-31233, bpo-31151: Document socketserver changes (#5417)
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 29 Jan 2018 11:10:22 +0000 (12:10 +0100)
committerGitHub <noreply@github.com>
Mon, 29 Jan 2018 11:10:22 +0000 (12:10 +0100)
commitdb8189bb8db609ca3993dec31fb95fdbe134469a
treefe05a7b31eb4dbd661dab743df4571d3b85a021f
parent2914bb32e2adf8dff77c0ca58b33201bc94e398c
bpo-31233, bpo-31151: Document socketserver changes (#5417)

socketserver.ForkingMixIn.server_close() and
socketserver.ThreadingMixIn.server_close() now waits until all child
processes and non-daemonic threads complete.
Doc/library/socketserver.rst
Doc/whatsnew/3.7.rst