From d7d22899e2fdfdc707f98d7297d9406de91b7e0d Mon Sep 17 00:00:00 2001 From: Enzo Bonnal Date: Thu, 13 Mar 2025 22:22:04 +0000 Subject: gh-74028: update `whatsnew/3.14.rst` post gh-125663 (#131214) --- Doc/whatsnew/3.14.rst | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Doc/whatsnew/3.14.rst b/Doc/whatsnew/3.14.rst index 8f58901..65ab57e 100644 --- a/Doc/whatsnew/3.14.rst +++ b/Doc/whatsnew/3.14.rst @@ -459,12 +459,6 @@ concurrent.futures ways to terminate or kill all living worker processes in the given pool. (Contributed by Charles Machalow in :gh:`130849`.) -contextvars ------------ - -* Support context manager protocol by :class:`contextvars.Token`. - (Contributed by Andrew Svetlov in :gh:`129889`.) - * Add the optional ``buffersize`` parameter to :meth:`concurrent.futures.Executor.map` to limit the number of submitted tasks whose results have not yet been yielded. If the buffer is full, @@ -473,6 +467,13 @@ contextvars (Contributed by Enzo Bonnal and Josh Rosenberg in :gh:`74028`.) +contextvars +----------- + +* Support context manager protocol by :class:`contextvars.Token`. + (Contributed by Andrew Svetlov in :gh:`129889`.) + + ctypes ------ -- cgit v0.12