commit | db8189bb8db609ca3993dec31fb95fdbe134469a | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Mon Jan 29 12:10:22 2018 +0100 |
committer | GitHub <noreply@github.com> | Mon Jan 29 12:10:22 2018 +0100 |
tree | fe05a7b31eb4dbd661dab743df4571d3b85a021f | |
parent | 2914bb32e2adf8dff77c0ca58b33201bc94e398c [diff] |
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.