https://github.com/python/cpython/commit/5d2eb98a91f2cd703d14f38c751ac7f52b2d7148 commit: 5d2eb98a91f2cd703d14f38c751ac7f52b2d7148 branch: main author: Louis <[email protected]> committer: hugovk <[email protected]> date: 2025-11-17T19:47:00+02:00 summary:
gh-140578: Delete unnecessary NEWS entry (#141427) Co-authored-by: Hugo van Kemenade <[email protected]> files: D Misc/NEWS.d/next/Documentation/2025-10-27-23-06-01.gh-issue-140578.FMBdEn.rst 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 index 702d38d4d24df6..00000000000000 --- a/Misc/NEWS.d/next/Documentation/2025-10-27-23-06-01.gh-issue-140578.FMBdEn.rst +++ /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. _______________________________________________ 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]
