We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adcf3c6 commit 1ccc07fCopy full SHA for 1ccc07f
Doc/whatsnew/3.14.rst
@@ -243,8 +243,9 @@ concurrent.futures
243
in :pep:`734`.
244
(Contributed by Eric Snow in :gh:`124548`.)
245
246
-* Introduced the optional ``buffersize`` parameter to :meth:`concurrent.futures.Executor.map`,
247
- 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
248
+ of results that can be buffered before being yielded.
249
(Contributed by Enzo Bonnal and Josh Rosenberg in :gh:`74028`.)
250
251
ctypes
0 commit comments