]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add more itertool recipes (GH-28165)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 7 Sep 2021 17:52:26 +0000 (10:52 -0700)
committerGitHub <noreply@github.com>
Tue, 7 Sep 2021 17:52:26 +0000 (10:52 -0700)
commitbe33e58699f10762f6d24d925bd376fa730e9f15
tree3ac1c8003b44f003d777456057a8ddb4861cfad7
parentef704137770b2e98da7880c828aaf921f0b45337
Add more itertool recipes (GH-28165)

(cherry picked from commit 750368cbcd20393026f3bf695195f1a2cba490b5)

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