This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author r.david.murray
Recipients docs@python, gvanrossum, r.david.murray, yselivanov, Константин Волков
Date 2016-09-20.14:50:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474383013.2.0.642234377281.issue28212@psf.upfronthosting.co.za>
In-reply-to
Content
You have to call wait_closed to complete the shutdown.

This should probably be mentioned directly in the socket server docs (at least in the examples) (assuming I'm not wrong...but I'm pretty sure I'm right) rather than by implicit reference to Server via the create_server comment.
History
Date User Action Args
2016-09-20 14:50:13r.david.murraysetrecipients: + r.david.murray, gvanrossum, docs@python, yselivanov, Константин Волков
2016-09-20 14:50:13r.david.murraysetmessageid: <1474383013.2.0.642234377281.issue28212@psf.upfronthosting.co.za>
2016-09-20 14:50:13r.david.murraylinkissue28212 messages
2016-09-20 14:50:13r.david.murraycreate