[docs] [issue31717] Socket documentation threading misstep?
R. David Murray
report at bugs.python.org
Fri Oct 6 12:37:18 EDT 2017
R. David Murray <rdmurray at bitdance.com> added the comment:
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?
----------
nosy: +r.david.murray
versions: -Python 3.4, Python 3.5, Python 3.8
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31717>
_______________________________________
More information about the docs
mailing list