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 eric.araujo
Recipients docs@python, eric.araujo, rhettinger, terry.reedy
Date 2012-05-17.00:22:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337214160.89.0.872667062284.issue14836@psf.upfronthosting.co.za>
In-reply-to
Content
> Use next(iter(s)) to return an arbitrary element
I would suggest s/return/get/

IIUC calling this twice in a row will get the same element; should the doc mention that?
History
Date User Action Args
2012-05-17 00:22:40eric.araujosetrecipients: + eric.araujo, rhettinger, terry.reedy, docs@python
2012-05-17 00:22:40eric.araujosetmessageid: <1337214160.89.0.872667062284.issue14836@psf.upfronthosting.co.za>
2012-05-17 00:22:40eric.araujolinkissue14836 messages
2012-05-17 00:22:40eric.araujocreate