This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author matrixise
Recipients docs@python, matrixise
Date 2018-01-29.12:40:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517229646.32.0.467229070634.issue32709@psf.upfronthosting.co.za>
In-reply-to
Content
The documentation of itertools.groupby indicates that generally, the iterable needs to be sorted. In fact, this iterable MUST be sorted.
History
Date User Action Args
2018-01-29 12:40:46matrixisesetrecipients: + matrixise, docs@python
2018-01-29 12:40:46matrixisesetmessageid: <1517229646.32.0.467229070634.issue32709@psf.upfronthosting.co.za>
2018-01-29 12:40:46matrixiselinkissue32709 messages
2018-01-29 12:40:46matrixisecreate