From: Jonas Obrist Date: Thu, 8 May 2025 07:21:51 +0000 (+0900) Subject: gh-133641: Doc: Add missing source link in ``concurrent.futures`` (#133642) X-Git-Tag: v3.15.0a1~1841 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4fcd37756382206e5a4a387cec9266815adca007;p=thirdparty%2FPython%2Fcpython.git gh-133641: Doc: Add missing source link in ``concurrent.futures`` (#133642) Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> --- diff --git a/Doc/library/concurrent.futures.rst b/Doc/library/concurrent.futures.rst index 7efae9e628b8..3c8d9ab111e0 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` --------------