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 apoplexy, docs@python, r.david.murray
Date 2017-10-06.16:37:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507307838.24.0.213398074469.issue31717@psf.upfronthosting.co.za>
In-reply-to
Content
Based on the paragraph following the example, I don't think client_thread is a threading.Thread, and 'run' is meant to be a generic representation of a possible API.  Since Threads do have a 'run' method, this is certainly potentially confusing.  Maybe we should change it to 'start_thread' or something like that?
History
Date User Action Args
2017-10-06 16:37:18r.david.murraysetrecipients: + r.david.murray, docs@python, apoplexy
2017-10-06 16:37:18r.david.murraysetmessageid: <1507307838.24.0.213398074469.issue31717@psf.upfronthosting.co.za>
2017-10-06 16:37:18r.david.murraylinkissue31717 messages
2017-10-06 16:37:18r.david.murraycreate