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 py.user
Recipients docs@python, py.user
Date 2013-06-15.06:29:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371277773.13.0.969293608974.issue18220@psf.upfronthosting.co.za>
In-reply-to
Content
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
...
History
Date User Action Args
2013-06-15 06:29:33py.usersetrecipients: + py.user, docs@python
2013-06-15 06:29:33py.usersetmessageid: <1371277773.13.0.969293608974.issue18220@psf.upfronthosting.co.za>
2013-06-15 06:29:33py.userlinkissue18220 messages
2013-06-15 06:29:33py.usercreate