Skip to content

bpo-31233, bpo-31151: Document socketserver changes#5417

Merged
vstinner merged 1 commit intopython:masterfrom
vstinner:socketserver_doc
Jan 29, 2018
Merged

bpo-31233, bpo-31151: Document socketserver changes#5417
vstinner merged 1 commit intopython:masterfrom
vstinner:socketserver_doc

Conversation

@vstinner
Copy link
Member

@vstinner vstinner commented Jan 29, 2018

socketserver.ForkingMixIn.server_close() and
socketserver.ThreadingMixIn.server_close() now waits until all child
processes and non-daemonic threads complete.

https://bugs.python.org/issue31233

socketserver.ForkingMixIn.server_close() and
socketserver.ThreadingMixIn.server_close() now waits until all child
processes and non-daemonic threads complete.
@bedevere-bot
Copy link

@vstinner: Please replace # with GH- in the commit message next time. Thanks!

@vstinner vstinner deleted the socketserver_doc branch January 29, 2018 11:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants