R. David Murray <rdmur...@bitdance.com> added the comment:

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.

----------
nosy: +r.david.murray

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12412>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to