[docs] [issue16774] Additional recipes for itertools docs

Alexey Kachayev report at bugs.python.org
Fri Jan 18 16:13:25 CET 2013


Alexey Kachayev added the comment:

Updated patch with:
* fix error in islice function name
* made n=None default second argument for consume(iterator, n=None) cause it provides specific behavior when n is None which can be assumed as default for function

----------
Added file: http://bugs.python.org/file28768/itertools.doc.v3.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16774>
_______________________________________


More information about the docs mailing list