]> granicus.if.org Git - python/commit
#2831: add start argument to enumerate(). Patch by Scott Dial and me.
authorGeorg Brandl <georg@python.org>
Tue, 13 May 2008 19:04:54 +0000 (19:04 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 13 May 2008 19:04:54 +0000 (19:04 +0000)
commit913835763a4734097423c49e284ce8d4b1093917
tree500df9f02e13104b9c00d9f07541ab324abc1a29
parentef9764f1a479808b340c16bcfdb0cd6838465ea9
#2831: add start argument to enumerate(). Patch by Scott Dial and me.
Doc/library/functions.rst
Lib/test/test_enumerate.py
Objects/enumobject.c