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 kachayev
Recipients asvetlov, docs@python, ezio.melotti, kachayev, rhettinger
Date 2013-01-18.15:13:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1358522005.82.0.915301100672.issue16774@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2013-01-18 15:13:25kachayevsetrecipients: + kachayev, rhettinger, ezio.melotti, asvetlov, docs@python
2013-01-18 15:13:25kachayevsetmessageid: <1358522005.82.0.915301100672.issue16774@psf.upfronthosting.co.za>
2013-01-18 15:13:25kachayevlinkissue16774 messages
2013-01-18 15:13:25kachayevcreate