R. David Murray <rdmur...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue31717>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to