Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ebonnal committed Dec 3, 2024
1 parent adcf3c6 commit 1ccc07f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Doc/whatsnew/3.14.rst
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,9 @@ concurrent.futures
in :pep:`734`.
(Contributed by Eric Snow in :gh:`124548`.)

* Introduced the optional ``buffersize`` parameter to :meth:`concurrent.futures.Executor.map`,
which specifies the number of results that can be buffered before being yielded.
* Introduced the optional ``buffersize`` parameter to
:meth:`concurrent.futures.Executor.map`, which specifies the number
of results that can be buffered before being yielded.
(Contributed by Enzo Bonnal and Josh Rosenberg in :gh:`74028`.)

ctypes
Expand Down

0 comments on commit 1ccc07f

Please sign in to comment.