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 collinwinter
Recipients
Date 2006-05-31.17:41:09
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
As it currently stands, the iterator argument to
itertools.starmap() must yield tuples, even those any
iterable can be *-expanded in function calls. The
attached patch changes starmap()'s behaviour (as well
as docs and tests) to allow the provided iterator to
return any iterable object.

The patch is against r46582.
History
Date User Action Args
2007-08-23 15:52:26adminlinkissue1498370 messages
2007-08-23 15:52:26admincreate