]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add keyword arg support to itertools.repeat().
authorRaymond Hettinger <python@rcn.com>
Thu, 19 Feb 2009 02:44:01 +0000 (02:44 +0000)
committerRaymond Hettinger <python@rcn.com>
Thu, 19 Feb 2009 02:44:01 +0000 (02:44 +0000)
commitf4bb7f21000d28ef7aed350d2ce9113a4ae0817d
treeefceb1c8013b5315e63ce6f22fd7bb641f388bc1
parent15a4950da1a80b334ee4985c62e66a1e1071a951
Add keyword arg support to itertools.repeat().
Lib/test/test_itertools.py
Modules/itertoolsmodule.c