Documentation
https://docs.python.org/3/library/threading.html#threading.local says:
For more details and extensive examples, see the documentation string of the _threading_local module: Lib/_threading_local.py.
If we have good helpful words about a component in the standard library, we should publish them in the docs. The docstring should be moved to the .rst file, or at least parts harvested.
Linked PRs
Documentation
https://docs.python.org/3/library/threading.html#threading.local says:
If we have good helpful words about a component in the standard library, we should publish them in the docs. The docstring should be moved to the .rst file, or at least parts harvested.
Linked PRs
threading.localdocstring to docs #131840threading.localdocstring to docs (GH-131840) #133432