]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix iter_index() to work with lists which do not support stop=None. (gh-109306)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Tue, 12 Sep 2023 02:04:28 +0000 (04:04 +0200)
committerGitHub <noreply@github.com>
Tue, 12 Sep 2023 02:04:28 +0000 (04:04 +0200)
commitf2a55fecd063244a5fd09a38f673f0781f8802d1
tree042ab591d613f0673dd2a845037ebf4274f7d920
parent7dedfd36dc16d9e1e15d7d0b0a636dd401a5a543
Fix iter_index() to work with lists which do not support stop=None. (gh-109306)
Doc/library/itertools.rst