diff options
Diffstat (limited to 'Misc/NEWS.d/next/Library/2017-09-24-13-08-46.bpo-30346.Csse77.rst')
-rw-r--r-- | Misc/NEWS.d/next/Library/2017-09-24-13-08-46.bpo-30346.Csse77.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2017-09-24-13-08-46.bpo-30346.Csse77.rst b/Misc/NEWS.d/next/Library/2017-09-24-13-08-46.bpo-30346.Csse77.rst new file mode 100644 index 0000000..81ad053 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2017-09-24-13-08-46.bpo-30346.Csse77.rst @@ -0,0 +1,2 @@ +An iterator produced by itertools.groupby() iterator now becames exhausted +after advancing the groupby iterator. |