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 <[email protected]>
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: <[email protected]>
2011-08-12 02:09:11amaury.forgeotdarclinkissue12708 messages
2011-08-12 02:09:11amaury.forgeotdarccreate