commit | 9825bdfbd5c966abf1f1b7264992d722a94c9613 | [log] [tgz] |
---|---|---|
author | Jelle Zijlstra <jelle.zijlstra@gmail.com> | Mon Apr 12 01:42:53 2021 -0700 |
committer | GitHub <noreply@github.com> | Mon Apr 12 10:42:53 2021 +0200 |
tree | 393e11e62ed0c808010af578fbb0cb4afd00b0c6 | |
parent | cc2ffcdfd78df3a18edae60df81b2f1b044b1634 [diff] |
bpo-43723: Deprecate camelCase aliases from threading (GH-25174) The snake_case names have existed since Python 2.6, so there is no reason to keep the old camelCase names around. One similar method, threading.Thread.isAlive, was already removed in Python 3.9 (bpo-37804).