]> 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:24:02 +0000 (19:24 -0700)
committerRaymond Hettinger <rhettinger@users.noreply.github.com>
Tue, 27 Mar 2018 02:24:02 +0000 (19:24 -0700)
commitc8698cff7ccc8dc730c58523c7ef4113ea8d3049
treebbcb9c627c0a451956a7e98d1bdff77f8d23c1a5
parent57db13e582ad269d6e067fe934122207cc992739
bpo-27212: Modify islice recipe to consume initial values preceding start (GH-6195) (GH-6267)

(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]