Alex Waygood <alex.wayg...@gmail.com> added the comment:

I agree that prohibiting zero-length NamedTuples seems like a bad idea, and 
also agree that this probably doesn't need to be documented.

The behaviour here definitely looks weird at first glance, but it's probably 
not a good idea to tamper with the __bool__() methods of NamedTuple classes 
either: an empty NamedTuple probably *should* be falsey by default, even if it 
has a class attribute.

----------

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

Reply via email to