Skip to content

Commit 5e73ece

Browse files
authored
pythongh-128041: Fix incorrect bullet placement in "What's new" (pythonGH-130900)
1 parent 1b5db5a commit 5e73ece

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -437,18 +437,17 @@ concurrent.futures
437437

438438
(Contributed by Gregory P. Smith in :gh:`84559`.)
439439

440+
* Add :meth:`concurrent.futures.ProcessPoolExecutor.terminate_workers` and
441+
:meth:`concurrent.futures.ProcessPoolExecutor.kill_workers` as
442+
ways to terminate or kill all living worker processes in the given pool.
443+
(Contributed by Charles Machalow in :gh:`130849`.)
440444

441445
contextvars
442446
-----------
443447

444448
* Support context manager protocol by :class:`contextvars.Token`.
445449
(Contributed by Andrew Svetlov in :gh:`129889`.)
446450

447-
* Add :meth:`concurrent.futures.ProcessPoolExecutor.terminate_workers` and
448-
:meth:`concurrent.futures.ProcessPoolExecutor.kill_workers` as
449-
ways to terminate or kill all living worker processes in the given pool.
450-
(Contributed by Charles Machalow in :gh:`130849`.)
451-
452451

453452
ctypes
454453
------

0 commit comments

Comments
 (0)