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

[3.14] gh-84291: Clarify Pool.imap documentation (GH-155030) (GH-157275)

(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 b4d5eca4e91a8e..0ecaeaaa47ea61 100644
--- a/Doc/library/multiprocessing.rst
+++ b/Doc/library/multiprocessing.rst
@@ -2528,7 +2528,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