8000 gh-74028: update `whatsnew/3.14.rst` post gh-125663 (#131214) · python/cpython@d7d2289 · GitHub
[go: up one dir, main page]

Skip to content

Commit d7d2289

Browse files
authored
gh-74028: update whatsnew/3.14.rst post gh-125663 (#131214)
1 parent 45c2ef4 commit d7d2289

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -459,12 +459,6 @@ concurrent.futures
459459
ways to terminate or kill all living worker processes in the given pool.
460460
(Contributed by Charles Machalow in :gh:`130849`.)
461461

462-
contextvars
463-
-----------
464-
465-
* Support context manager protocol by :class:`contextvars.Token`.
466-
(Contributed by Andrew Svetlov in :gh:`129889`.)
467-
468462
* Add the optional ``buffersize`` parameter to
469463
:meth:`concurrent.futures.Executor.map` to limit the number of submitted
470464
tasks whose results have not yet been yielded. If the buffer is full,
@@ -473,6 +467,13 @@ contextvars
473467
(Contributed by Enzo Bonnal and Josh Rosenberg in :gh:`74028`.)
474468

475469

470+
contextvars
471+
-----------
472+
473+
* Support context manager protocol by :class:`contextvars.Token`.
474+
(Contributed by Andrew Svetlov in :gh:`129889`.)
475+
476+
476477
ctypes
477478
------
478479

0 commit comments

Comments
 (0)
0