Message 160944 - Python tracker (original) (raw)
Message160944
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:40 | eric.araujo | set | recipients: + eric.araujo, rhettinger, terry.reedy, docs@python |
2012-05-17 00:22:40 | eric.araujo | set | messageid: 1337214160.89.0.872667062284.issue14836@psf.upfronthosting.co.za |
2012-05-17 00:22:40 | eric.araujo | link | issue14836 messages |
2012-05-17 00:22:40 | eric.araujo | create |