-
- Downloads
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).
Showing
- Doc/faq/library.rst 2 additions, 2 deletionsDoc/faq/library.rst
- Doc/library/idle.rst 1 addition, 1 deletionDoc/library/idle.rst
- Doc/library/threading.rst 17 additions, 5 deletionsDoc/library/threading.rst
- Doc/whatsnew/3.10.rst 21 additions, 0 deletionsDoc/whatsnew/3.10.rst
- Lib/test/test_threading.py 27 additions, 8 deletionsLib/test/test_threading.py
- Lib/threading.py 72 additions, 4 deletionsLib/threading.py
- Misc/NEWS.d/next/Library/2021-04-03-18-03-44.bpo-43723.uBhBZS.rst 19 additions, 0 deletions...S.d/next/Library/2021-04-03-18-03-44.bpo-43723.uBhBZS.rst
Loading
Please register or sign in to comment