[docs] [issue18220] In itertools.islice() make prototype like in help()

py.user report at bugs.python.org
Sat Jun 15 08:29:33 CEST 2013


New submission from py.user:

http://docs.python.org/3/library/itertools.html#itertools.islice
" itertools.islice(iterable, stop)
itertools.islice(iterable, start, stop[, step])"

>>> print(itertools.islice.__doc__)
islice(iterable, [start,] stop [, step]) --> islice object
...

----------
assignee: docs at python
components: Documentation
files: issue.patch
keywords: patch
messages: 191199
nosy: docs at python, py.user
priority: normal
severity: normal
status: open
title: In itertools.islice() make prototype like in help()
type: enhancement
versions: Python 3.3, Python 3.4
Added file: http://bugs.python.org/file30599/issue.patch

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


More information about the docs mailing list