Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d7d2289

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

File tree

Expand file treeCollapse file tree

1 file changed

+7
-6
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+7
-6
lines changed

‎Doc/whatsnew/3.14.rst

Copy file name to clipboardExpand all lines: Doc/whatsnew/3.14.rst
+7-6Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.