diff options
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.8.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.8.rst b/Doc/whatsnew/3.8.rst index 053fe90..bf8d8f1 100644 --- a/Doc/whatsnew/3.8.rst +++ b/Doc/whatsnew/3.8.rst @@ -394,6 +394,8 @@ Deprecated (Contributed by Serhiy Storchaka in :issue:`33710`.) +* The :meth:`~threading.Thread.isAlive()` method of :class:`threading.Thread` has been deprecated. + (Contributed by Dong-hee Na in :issue:`35283`.) API and Feature Removals ======================== |