summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorDong-hee Na <donghee.na92@gmail.com>2019-08-12 17:41:08 (GMT)
committerVictor Stinner <vstinner@redhat.com>2019-08-12 17:41:08 (GMT)
commit44046fe4fc7f00a6eb855b33e6a3f953cf5233a5 (patch)
treed5d6a257c9860201c1322ff6676e2296fc0c7a96 /Misc
parentf9590edfeae192ba95aadaee9460dc03a366c51a (diff)
downloadcpython-44046fe4fc7f00a6eb855b33e6a3f953cf5233a5.zip
cpython-44046fe4fc7f00a6eb855b33e6a3f953cf5233a5.tar.gz
cpython-44046fe4fc7f00a6eb855b33e6a3f953cf5233a5.tar.bz2
bpo-37804: Remove the deprecated method threading.Thread.isAlive() (GH-15225)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2019-08-12-23-07-47.bpo-37804.Ene6L-.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-08-12-23-07-47.bpo-37804.Ene6L-.rst b/Misc/NEWS.d/next/Library/2019-08-12-23-07-47.bpo-37804.Ene6L-.rst
new file mode 100644
index 0000000..ebbcb5a
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2019-08-12-23-07-47.bpo-37804.Ene6L-.rst
@@ -0,0 +1,2 @@
+Remove the deprecated method `threading.Thread.isAlive()`. Patch by Dong-hee
+Na.