Vedran Čačić added the comment:

Hmm... so if I read you right:

1) IntFlags is not simply the meet of int and Flags (like IntEnum is the meet 
of int and Enum, https://docs.python.org/3.5/library/enum.html#others)? It 
seems a very different class.

2) (more important) If I give names to 1, 3, 4, and 6, you're in fact saying 
that MyFlags(7) == MyFlags(5) (since 2 is never set)? Seems like succumbing to 
temptation to guess. ;-/ But maybe it's not bad in this case, since there is 
really no ambiguity.

----------

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

Reply via email to