]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-128041: Fix incorrect bullet placement in "What's new" (GH-130900)
authorCharles Machalow <csm10495@gmail.com>
Wed, 5 Mar 2025 22:59:56 +0000 (14:59 -0800)
committerGitHub <noreply@github.com>
Wed, 5 Mar 2025 22:59:56 +0000 (22:59 +0000)
Doc/whatsnew/3.14.rst

index 7d879d8b36669b7c23b2dea54da84f31b6e64376..7c1245187f603d81f6efd1264ba596205e15b5c1 100644 (file)
@@ -437,6 +437,10 @@ concurrent.futures
 
   (Contributed by Gregory P. Smith in :gh:`84559`.)
 
+* Add :meth:`concurrent.futures.ProcessPoolExecutor.terminate_workers` and
+  :meth:`concurrent.futures.ProcessPoolExecutor.kill_workers` as
+  ways to terminate or kill all living worker processes in the given pool.
+  (Contributed by Charles Machalow in :gh:`130849`.)
 
 contextvars
 -----------
@@ -444,11 +448,6 @@ contextvars
 * Support context manager protocol by :class:`contextvars.Token`.
   (Contributed by Andrew Svetlov in :gh:`129889`.)
 
-* Add :meth:`concurrent.futures.ProcessPoolExecutor.terminate_workers` and
-  :meth:`concurrent.futures.ProcessPoolExecutor.kill_workers` as
-  ways to terminate or kill all living worker processes in the given pool.
-  (Contributed by Charles Machalow in :gh:`130849`.)
-
 
 ctypes
 ------