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 zach.ware
Recipients docs@python, eric.araujo, ezio.melotti, r.david.murray, terry.reedy, zach.ware
Date 2012-05-21.18:28:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337624934.62.0.344063464936.issue14840@psf.upfronthosting.co.za>
In-reply-to
Content
Ezio's version looks pretty good to me.  About the only quibble I can think of is the removal of the example uses; they still apply and do help the point. Just tacking on "Classic examples of tuples include (x, y) coordinate pairs and database records." to the end of the paragraph would take care of that.

Also a point of grammar; do we iterate *on* a list, or do we iterate *over* a list?  I'm pretty sure I've seen both; 'on' does make sense to me but 'over' is the word my brain always seems to choose.
History
Date User Action Args
2012-05-21 18:28:54zach.waresetrecipients: + zach.ware, terry.reedy, ezio.melotti, eric.araujo, r.david.murray, docs@python
2012-05-21 18:28:54zach.waresetmessageid: <1337624934.62.0.344063464936.issue14840@psf.upfronthosting.co.za>
2012-05-21 18:28:54zach.warelinkissue14840 messages
2012-05-21 18:28:53zach.warecreate