]> granicus.if.org Git - python/commit
bpo-30346: An iterator produced by the itertools.groupby() iterator (#1569)
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 24 Sep 2017 10:36:11 +0000 (13:36 +0300)
committerGitHub <noreply@github.com>
Sun, 24 Sep 2017 10:36:11 +0000 (13:36 +0300)
commitc247caf33f6e6000d828db4762d1cb12edf3cd57
tree85caedaba2394380c428839bda687f23dd853e43
parent4facdf523aa6967487a9425f124da9661b59fd43
bpo-30346: An iterator produced by the itertools.groupby() iterator (#1569)

now becames exhausted after advancing the groupby iterator.
Doc/library/itertools.rst
Lib/test/test_itertools.py
Misc/NEWS.d/next/Library/2017-09-24-13-08-46.bpo-30346.Csse77.rst [new file with mode: 0644]
Modules/itertoolsmodule.c