https://github.com/python/cpython/commit/4fcd37756382206e5a4a387cec9266815adca007
commit: 4fcd37756382206e5a4a387cec9266815adca007
branch: main
author: Jonas Obrist <[email protected]>
committer: AA-Turner <[email protected]>
date: 2025-05-08T07:21:51Z
summary:

gh-133641: Doc: Add missing source link in ``concurrent.futures`` (#133642)

Co-authored-by: Adam Turner <[email protected]>

files:
M Doc/library/concurrent.futures.rst

diff --git a/Doc/library/concurrent.futures.rst 
b/Doc/library/concurrent.futures.rst
index 7efae9e628b828..3c8d9ab111e09e 100644
--- a/Doc/library/concurrent.futures.rst
+++ b/Doc/library/concurrent.futures.rst
@@ -6,8 +6,9 @@
 
 .. versionadded:: 3.2
 
-**Source code:** :source:`Lib/concurrent/futures/thread.py`
-and :source:`Lib/concurrent/futures/process.py`
+**Source code:** :source:`Lib/concurrent/futures/thread.py`,
+:source:`Lib/concurrent/futures/process.py`,
+and :source:`Lib/concurrent/futures/interpreter.py`
 
 --------------
 

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to