Skip to content

Commit 05e3b24

Browse files
committed
Set *versionadded* as next in docs
1 parent 88cc10a commit 05e3b24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/multiprocessing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2471,7 +2471,7 @@ with the :class:`Pool` class.
24712471
(to consume *iterable* as you go), or even higher
24722472
(to prefetch the next ``N=buffersize-processes`` arguments).
24732473

2474-
.. versionadded:: 3.15
2474+
.. versionadded:: next
24752475
Added the *buffersize* parameter.
24762476

24772477
.. method:: imap_unordered(func, iterable[, chunksize[, buffersize]])
@@ -2480,7 +2480,7 @@ with the :class:`Pool` class.
24802480
returned iterator should be considered arbitrary. (Only when there is
24812481
only one worker process is the order guaranteed to be "correct".)
24822482

2483-
.. versionadded:: 3.15
2483+
.. versionadded:: next
24842484
Added the *buffersize* parameter.
24852485

24862486
.. method:: starmap(func, iterable[, chunksize])

0 commit comments

Comments
 (0)