summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/3.9.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.9.rst b/Doc/whatsnew/3.9.rst
index 61d9e74..f09e09c 100644
--- a/Doc/whatsnew/3.9.rst
+++ b/Doc/whatsnew/3.9.rst
@@ -186,6 +186,10 @@ Removed
removed. They were deprecated since Python 3.7.
(Contributed by Victor Stinner in :issue:`37320`.)
+* The :meth:`~threading.Thread.isAlive()` method of :class:`threading.Thread`
+ has been removed. It was deprecated since Python 3.8.
+ Use :meth:`~threading.Thread.is_alive()` instead.
+ (Contributed by Dong-hee Na in :issue:`37804`.)
Porting to Python 3.9
=====================