Skip to content

Commit ef814e5

Browse files
ebonnalpicnixz
andauthored
Update Doc/whatsnew/3.14.rst
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
1 parent 332826a commit ef814e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,14 +439,14 @@ contextvars
439439
* Support context manager protocol by :class:`contextvars.Token`.
440440
(Contributed by Andrew Svetlov in :gh:`129889`.)
441441

442-
443442
* Add the optional ``buffersize`` parameter to
444443
:meth:`concurrent.futures.Executor.map` to limit the number of submitted
445444
tasks whose results have not yet been yielded. If the buffer is full,
446445
iteration over the *iterables* pauses until a result is yielded from the
447446
buffer.
448447
(Contributed by Enzo Bonnal and Josh Rosenberg in :gh:`74028`.)
449448

449+
450450
ctypes
451451
------
452452

0 commit comments

Comments
 (0)