This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author berker.peksag
Recipients Jason Yu, berker.peksag, davin, naught101, rhettinger, tim.peters
Date 2016-09-27.18:19:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1475000381.46.0.884362388835.issue27873@psf.upfronthosting.co.za>
In-reply-to
Content
I think we can add a note for starmap() in the following sentence:

> [...] (it supports only one iterable argument though).

(Quoted from https://docs.python.org/3/library/multiprocessing.html#multiprocessing.pool.Pool.map)

Would you like to write a patch?
History
Date User Action Args
2016-09-27 18:19:41berker.peksagsetrecipients: + berker.peksag, tim.peters, rhettinger, davin, Jason Yu, naught101
2016-09-27 18:19:41berker.peksagsetmessageid: <1475000381.46.0.884362388835.issue27873@psf.upfronthosting.co.za>
2016-09-27 18:19:41berker.peksaglinkissue27873 messages
2016-09-27 18:19:41berker.peksagcreate