]> granicus.if.org Git - python/commit
Make starmap() match its pure python definition and accept any itertable input (not...
authorRaymond Hettinger <python@rcn.com>
Thu, 17 Jan 2008 03:02:14 +0000 (03:02 +0000)
committerRaymond Hettinger <python@rcn.com>
Thu, 17 Jan 2008 03:02:14 +0000 (03:02 +0000)
commit473170908e11e347aca4adf23738a82162b981e3
tree2fa25a5ccd4abfc71e6a0f5193838a726ce4c68a
parent3ad2acc8575e1977cece844b17c572550503a615
Make starmap() match its pure python definition and accept any itertable input (not just tuples).
Doc/library/itertools.rst
Lib/test/test_itertools.py
Misc/NEWS
Modules/itertoolsmodule.c