New submission from Grant Mathews:

The itertools.groupby function is generally well-documented, but the fact that 
it only groups consecutive occurrences of keys is not mentioned in the doc 
string, which is where that information is most needed.

----------
assignee: docs@python
components: Documentation
files: groupby_doc.patch
keywords: patch
messages: 269211
nosy: docs@python, gmathews
priority: normal
severity: normal
status: open
title: itertools.groupby has misleading doc string
versions: Python 2.7, Python 3.2, Python 3.3, Python 3.4, Python 3.5, Python 3.6
Added file: http://bugs.python.org/file43531/groupby_doc.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27385>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to