https://github.com/python/cpython/commit/becf997d27d695a18c67d76c75972e5a0a90cc9c
commit: becf997d27d695a18c67d76c75972e5a0a90cc9c
branch: main
author: Taeknology <[email protected]>
committer: encukou <[email protected]>
date: 2026-09-10T16:59:14+02:00
summary:

gh-84291: Clarify Pool.imap documentation (GH-155030)

files:
M Doc/library/multiprocessing.rst

diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst
index bedea46cb16d60..43fad57139057c 100644
--- a/Doc/library/multiprocessing.rst
+++ b/Doc/library/multiprocessing.rst
@@ -2538,7 +2538,7 @@ with the :class:`Pool` class.
 
    .. method:: imap(func, iterable, chunksize=1, *, buffersize=None)
 
-      A lazier version of :meth:`.map`.
+      An iterator-based version of :meth:`.map`.
 
       The *chunksize* argument is the same as the one used by the :meth:`.map`
       method.  For very long iterables using a large value for *chunksize* can

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to