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 ethan.furman
Recipients docs@python, ethan.furman, ezio.melotti, georg.brandl, r.david.murray, vy0123
Date 2014-10-27.13:29:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1414416589.07.0.626795829035.issue22725@psf.upfronthosting.co.za>
In-reply-to
Content
I do not think 'next' is needed in this context.  Unlike 'match' and 'search', 'next' is a function that can be used with any iterator and mentioning it here is unnecessary.
History
Date User Action Args
2014-10-27 13:29:49ethan.furmansetrecipients: + ethan.furman, georg.brandl, ezio.melotti, r.david.murray, docs@python, vy0123
2014-10-27 13:29:49ethan.furmansetmessageid: <1414416589.07.0.626795829035.issue22725@psf.upfronthosting.co.za>
2014-10-27 13:29:49ethan.furmanlinkissue22725 messages
2014-10-27 13:29:48ethan.furmancreate