]> granicus.if.org Git - python/commit
bpo-27212: Modify islice recipe to consume initial values preceding start (GH-6195)
authorCheryl Sabella <cheryl.sabella@gmail.com>
Tue, 27 Mar 2018 01:29:33 +0000 (21:29 -0400)
committerRaymond Hettinger <rhettinger@users.noreply.github.com>
Tue, 27 Mar 2018 01:29:33 +0000 (18:29 -0700)
commitda1734c58d2f97387ccc9676074717d38b044128
treec74f3088c65e19e87e193cbd391036f591f2dec8
parent834940375ae88bc95794226dd8eff1f25fba1cf9
bpo-27212: Modify islice recipe to consume initial values preceding start (GH-6195)
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]