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 vstinner
Recipients JelleZijlstra, asvetlov, corona10, vstinner
Date 2021-04-02.08:47:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617353254.93.0.0817045296522.issue37804@roundup.psfhosted.org>
In-reply-to
Content
> 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
History
Date User Action Args
2021-04-02 08:47:34vstinnersetrecipients: + vstinner, asvetlov, JelleZijlstra, corona10
2021-04-02 08:47:34vstinnersetmessageid: <1617353254.93.0.0817045296522.issue37804@roundup.psfhosted.org>
2021-04-02 08:47:34vstinnerlinkissue37804 messages
2021-04-02 08:47:34vstinnercreate