Message248751
Named tuples are not a type, they are a protocol. Guido has agreed that checking for _fields is an acceptable and preferred way of finding out whether something is a namedtuple. I can add a check to at least check the value of _fields is an iterable of strings. If it still aliases with some random use of _fields, the only consequence is that the matching field names will appear in a different order. |
|
| Date |
User |
Action |
Args |
| 2015-08-18 01:59:54 | rhettinger | set | recipients:
+ rhettinger, yselivanov |
| 2015-08-18 01:59:54 | rhettinger | set | messageid: <[email protected]> |
| 2015-08-18 01:59:54 | rhettinger | link | issue24879 messages |
| 2015-08-18 01:59:53 | rhettinger | create | |
|