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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, hynek, jnoller
Date 2011-08-12.02:09:11
SpamBayes Score 0.07765804
Marked as misclassified No
Message-id <1313114952.03.0.538874576463.issue12708@psf.upfronthosting.co.za>
In-reply-to
Content
+def starmapstar(args):
+    return list(itertools.starmap(args[0], args[1]))

Is your new function restricted to 2 arguments?
History
Date User Action Args
2011-08-12 02:09:12amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, jnoller, hynek
2011-08-12 02:09:12amaury.forgeotdarcsetmessageid: <1313114952.03.0.538874576463.issue12708@psf.upfronthosting.co.za>
2011-08-12 02:09:11amaury.forgeotdarclinkissue12708 messages
2011-08-12 02:09:11amaury.forgeotdarccreate