Amaury Forgeot d'Arc <[email protected]> added the comment:

+def starmapstar(args):
+    return list(itertools.starmap(args[0], args[1]))

Is your new function restricted to 2 arguments?

----------
nosy: +amaury.forgeotdarc

_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue12708>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to