]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-140578: Delete unnecessary NEWS entry (#141427)
authorLouis <paternal@users.noreply.github.com>
Mon, 17 Nov 2025 17:47:00 +0000 (18:47 +0100)
committerGitHub <noreply@github.com>
Mon, 17 Nov 2025 17:47:00 +0000 (19:47 +0200)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Misc/NEWS.d/next/Documentation/2025-10-27-23-06-01.gh-issue-140578.FMBdEn.rst [deleted file]

diff --git a/Misc/NEWS.d/next/Documentation/2025-10-27-23-06-01.gh-issue-140578.FMBdEn.rst b/Misc/NEWS.d/next/Documentation/2025-10-27-23-06-01.gh-issue-140578.FMBdEn.rst
deleted file mode 100644 (file)
index 702d38d..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-Remove outdated sencence in the documentation for :mod:`multiprocessing`,
-that implied that :class:`concurrent.futures.ThreadPoolExecutor` did not
-exist.