Ethan Furman added the comment: While only IntColor fails with an error, Color also fails as it is not a Flag type Enum:
>>> list(Color) [<Color.RED: 1>, <Color.BLUE: 2>, <Color.GREEN: 3>] It should have values of 1, 2, 4. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue29577> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com