]> granicus.if.org Git - python/commit
bpo-27212: Modify islice recipe to consume initial values preceding start (GH-6195...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 27 Mar 2018 02:23:34 +0000 (19:23 -0700)
committerRaymond Hettinger <rhettinger@users.noreply.github.com>
Tue, 27 Mar 2018 02:23:34 +0000 (19:23 -0700)
commitf328caf4caafd4521c356af8cb8a299f27603c90
tree4d27395271826a98aac51088cdf68a9ec9051669
parentd0e04c82448c750d4dc27f2bddeddea74bd353ff
bpo-27212: Modify islice recipe to consume initial values preceding start (GH-6195) (#GH-6266)

(cherry picked from commit da1734c58d2f97387ccc9676074717d38b044128)

Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>
Doc/library/itertools.rst
Lib/test/test_itertools.py
Misc/NEWS.d/next/Documentation/2018-03-22-19-23-04.bpo-27212.wrE5KR.rst [new file with mode: 0644]