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 r.david.murray
Recipients fgarciar, r.david.murray
Date 2011-06-25.16:15:57
SpamBayes Score 3.9184233e-06
Marked as misclassified No
Message-id <1309018558.22.0.371739033479.issue12412@psf.upfronthosting.co.za>
In-reply-to
Content
Looks like the difference between a regular tuple and a named tuple.  The correct test is to access the members using the names, and the test suite currently does this.  The repr shouldn't, I think, be required to be identical.

On the other hand, if pypy is implementing named tuples and the repr doesn't include the names, perhaps there is a missing test in the tests of named tuples.
History
Date User Action Args
2011-06-25 16:15:58r.david.murraysetrecipients: + r.david.murray, fgarciar
2011-06-25 16:15:58r.david.murraysetmessageid: <1309018558.22.0.371739033479.issue12412@psf.upfronthosting.co.za>
2011-06-25 16:15:57r.david.murraylinkissue12412 messages
2011-06-25 16:15:57r.david.murraycreate