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 asvetlov, brett.cannon, corona10, dmaurer, pitrou, pmpp, serhiy.storchaka, vstinner
Date 2019-01-07.14:43:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1546872224.81.0.765899565072.issue35283@roundup.psfhosted.org>
In-reply-to
Content
I suggest to start with:

* Updating docstrings to recommend use is_alive() instead of isAlive(), and add a deprecation warning for Thread.isAlive

We may apply such changes to Python 3.7, maybe also emit a PendingDeprecationWarning.
History
Date User Action Args
2019-01-07 14:43:46vstinnersetrecipients: + vstinner, brett.cannon, dmaurer, pitrou, asvetlov, pmpp, serhiy.storchaka, corona10
2019-01-07 14:43:44vstinnersetmessageid: <1546872224.81.0.765899565072.issue35283@roundup.psfhosted.org>
2019-01-07 14:43:44vstinnerlinkissue35283 messages
2019-01-07 14:43:44vstinnercreate