]> granicus.if.org Git - python/commit
Rename enumerate() kw argument name to "iterable" and fix "sequence"->"iterable"...
authorGeorg Brandl <georg@python.org>
Fri, 16 May 2008 13:27:32 +0000 (13:27 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 16 May 2008 13:27:32 +0000 (13:27 +0000)
commitd11ae5d6ecda1d233af651a360c9f9140992f05d
treee7db859b829e3efe4583f72286dd57da4aec86fb
parent1f2ba4b6dad80f97aeecb5be8f35f44ca792c983
Rename enumerate() kw argument name to "iterable" and fix "sequence"->"iterable" in some docstrings.
Doc/library/functions.rst
Objects/enumobject.c
Python/bltinmodule.c