[Python-checkins] gh-86509: Add link to Lib/_threading_local.py in threading docs (GH-101824)

miss-islington webhook-mailer at python.org
Fri Mar 10 07:30:33 EST 2023


https://github.com/python/cpython/commit/495cd2de77e9a67a409696531eeaa980ef3c77a8
commit: 495cd2de77e9a67a409696531eeaa980ef3c77a8
branch: 3.11
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: miss-islington <31488909+miss-islington at users.noreply.github.com>
date: 2023-03-10T04:30:24-08:00
summary:

gh-86509: Add link to Lib/_threading_local.py in threading docs (GH-101824)

(cherry picked from commit 53dceb53ade15587b9cfd30c0a0942232517dee9)

Co-authored-by: Owain Davies <116417456+OTheDev at users.noreply.github.com>

files:
M Doc/library/threading.rst

diff --git a/Doc/library/threading.rst b/Doc/library/threading.rst
index ef140d75c431..65416221d975 100644
--- a/Doc/library/threading.rst
+++ b/Doc/library/threading.rst
@@ -254,7 +254,7 @@ The instance's values will be different for separate threads.
    A class that represents thread-local data.
 
    For more details and extensive examples, see the documentation string of the
-   :mod:`_threading_local` module.
+   :mod:`_threading_local` module: :source:`Lib/_threading_local.py`.
 
 
 .. _thread-objects:



More information about the Python-checkins mailing list