]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-74028: update `whatsnew/3.14.rst` post gh-125663 (#131214)
authorEnzo Bonnal <bonnal.enzo.dev@gmail.com>
Thu, 13 Mar 2025 22:22:04 +0000 (22:22 +0000)
committerGitHub <noreply@github.com>
Thu, 13 Mar 2025 22:22:04 +0000 (23:22 +0100)
Doc/whatsnew/3.14.rst

index 8f58901b28e1b095463679d82497e26069cfc6e5..65ab57eb821c6c90d728f9b74bbd1324eeb718e6 100644 (file)
@@ -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
 ------