https://github.com/python/cpython/commit/9f9dd100d105bede5d0f29471d93ff6f4ece35f5
commit: 9f9dd100d105bede5d0f29471d93ff6f4ece35f5
branch: 3.13
author: Miss Islington (bot) <[email protected]>
committer: encukou <[email protected]>
date: 2026-09-11T12:16:07+02:00
summary:

[3.13] gh-84291: Clarify Pool.imap documentation (GH-155030) (GH-157273)

(cherry picked from commit becf997d27d695a18c67d76c75972e5a0a90cc9c)

Co-authored-by: Taeknology <[email protected]>

files:
M Doc/library/multiprocessing.rst

diff --git a/Doc/library/multiprocessing.rst b/Doc/library/multiprocessing.rst
index b8dc7341ba8b30..d62628d2c53b54 100644
--- a/Doc/library/multiprocessing.rst
+++ b/Doc/library/multiprocessing.rst
@@ -2450,7 +2450,7 @@ with the :class:`Pool` class.
 
    .. method:: imap(func, iterable[, chunksize])
 
-      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