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 ethan.furman, magu, mdk, serhiy.storchaka
Date 2017-02-23.01:16:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1487812576.7.0.547339793897.issue29594@psf.upfronthosting.co.za>
In-reply-to
Content
@Julian: Giving flag combinations their own name can be useful.  For example, instead of seeing Color.GREEN|RED one can see Color.YELLOW .

@Marc: I'm not convinced this is a needed change as it doesn't seem to be a common method, nor one that cannot be easily implemented independently (perhaps as a recipe in the docs).

Are you aware of other enumerations that take this approach?
History
Date User Action Args
2017-02-23 01:16:17ethan.furmansetrecipients: + ethan.furman, serhiy.storchaka, mdk, magu
2017-02-23 01:16:16ethan.furmansetmessageid: <1487812576.7.0.547339793897.issue29594@psf.upfronthosting.co.za>
2017-02-23 01:16:16ethan.furmanlinkissue29594 messages
2017-02-23 01:16:14ethan.furmancreate