STINNER Victor <vstin...@python.org> added the comment:

> The threading documentation for 3.9 still claims "While they are not listed 
> below, the camelCase names used for some methods and functions in this module 
> in the Python 2.x series are still supported by this module." It would be 
> better to mention when isAlive was removed.

Do you want to propose a PR for that?

I see still 4 camelCase methods in threading.Thread:

* 'getName' => Thread.name can be get
* 'setName' => Thread.name can be set
* 'isDaemon' => Thread.name can be get
* 'setDaemon' => Thread.daemon can be set

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue37804>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to