]> granicus.if.org Git - python/commit
bpo-35283: Add deprecation warning for Thread.isAlive (GH-11454)
authorDong-hee Na <donghee.na92@gmail.com>
Thu, 17 Jan 2019 12:14:45 +0000 (21:14 +0900)
committerVictor Stinner <vstinner@redhat.com>
Thu, 17 Jan 2019 12:14:45 +0000 (13:14 +0100)
commit89669ffe10a9db6343f6ee42239e412c8ad96bde
tree5c525e474b70d00eaf8c22fa818a5ab44d446f62
parent97e12996f31f6ada4173e2cd4b6807c98ba379a4
bpo-35283: Add deprecation warning for Thread.isAlive (GH-11454)

Add a deprecated warning for the threading.Thread.isAlive() method.
Doc/whatsnew/3.8.rst
Lib/test/support/__init__.py
Lib/test/test_threading.py
Lib/threading.py
Misc/NEWS.d/next/Library/2019-01-07-17-17-16.bpo-35283.WClosC.rst [new file with mode: 0644]