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 JelleZijlstra
Recipients JelleZijlstra, asvetlov, corona10, vstinner
Date 2021-04-02.04:43:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617338602.49.0.384370845354.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.

The method is still used in some major libraries, like NLTK (https://github.com/nltk/nltk/blob/637af5380d6071517a5f0d224649e5c3560b5f91/nltk/inference/api.py#L536). Documenting the removal clearly in the threading docs would make it easier for developers to upgrade.
History
Date User Action Args
2021-04-02 04:43:22JelleZijlstrasetrecipients: + JelleZijlstra, vstinner, asvetlov, corona10
2021-04-02 04:43:22JelleZijlstrasetmessageid: <1617338602.49.0.384370845354.issue37804@roundup.psfhosted.org>
2021-04-02 04:43:22JelleZijlstralinkissue37804 messages
2021-04-02 04:43:22JelleZijlstracreate