]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44571: Add itertool recipe for a variant of takewhile() (GH-28167)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Sun, 5 Sep 2021 05:09:26 +0000 (00:09 -0500)
committerGitHub <noreply@github.com>
Sun, 5 Sep 2021 05:09:26 +0000 (00:09 -0500)
commit91be41ad933e24bff26353a19f56447e17fb6367
tree47baa79c38ecb10d8e3367d0e256e2dac77a033a
parent65c5756be9202bb6804cec4d9510f42a01df611d
bpo-44571:  Add itertool recipe for a variant of takewhile() (GH-28167)
Doc/library/itertools.rst
Lib/test/test_itertools.py