This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ethan.furman
Recipients barry, eli.bendersky, ethan.furman, zero.piraeus
Date 2017-02-16.11:45:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1487245548.21.0.418246678972.issue29577@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-02-16 11:45:48ethan.furmansetrecipients: + ethan.furman, barry, eli.bendersky, zero.piraeus
2017-02-16 11:45:48ethan.furmansetmessageid: <1487245548.21.0.418246678972.issue29577@psf.upfronthosting.co.za>
2017-02-16 11:45:48ethan.furmanlinkissue29577 messages
2017-02-16 11:45:48ethan.furmancreate