]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] Fix iter_index() to work with lists which do not support stop=None. (gh-109306...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 12 Sep 2023 14:23:20 +0000 (07:23 -0700)
committerGitHub <noreply@github.com>
Tue, 12 Sep 2023 14:23:20 +0000 (16:23 +0200)
commit778d094126f8975a9823ed7da1a630e29bb75bf0
tree4dae267210dfb010083ff83e64b54ae2b5c0a961
parent7479a7aca2c8b5799ae0a84e2bbd5f07c0daf1b1
[3.12] Fix iter_index() to work with lists which do not support stop=None. (gh-109306) (#109310)

Fix iter_index() to work with lists which do not support stop=None. (gh-109306)
(cherry picked from commit f2a55fecd063244a5fd09a38f673f0781f8802d1)

Co-authored-by: Raymond Hettinger <rhettinger@users.noreply.github.com>
Doc/library/itertools.rst