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 terry.reedy
Recipients Arfrever, eric.araujo, jcea, larry, serhiy.storchaka, terry.reedy
Date 2012-06-23.07:10:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340435415.7.0.702548231246.issue15118@psf.upfronthosting.co.za>
In-reply-to
Content
(OT, but since you brought it up: In my opinion, deprecating the iterability of any builtin class is a horrible idea. It is a Python feature, especially in 3.x, that all *are* iterable. However, I would agree that named tuples should be iterable by name-object pairs, just like dicts. Position is not the real key.)
History
Date User Action Args
2012-06-23 07:10:16terry.reedysetrecipients: + terry.reedy, jcea, larry, eric.araujo, Arfrever, serhiy.storchaka
2012-06-23 07:10:15terry.reedysetmessageid: <1340435415.7.0.702548231246.issue15118@psf.upfronthosting.co.za>
2012-06-23 07:10:14terry.reedylinkissue15118 messages
2012-06-23 07:10:12terry.reedycreate