R. David Murray added the comment:

This is by design: namedtuples are tuples in which you can access the elements 
by name.  If you have a tuple with the same elements, but no name access, they 
should compare equal, because they are fundamentally tuples.  The names are 
just a convenience.

Even if this were not so, it is not something that could be changed, for 
backward compatibility reasons.  

If you want a different data types, make them :)

----------
nosy: +r.david.murray
resolution:  -> rejected
stage:  -> resolved
status: open -> closed

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

Reply via email to