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, ezio.melotti, martin.panter, r.david.murray, serhiy.storchaka, veky
Date 2016-08-15.20:07:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471291637.57.0.143678544076.issue23591@psf.upfronthosting.co.za>
In-reply-to
Content
The zero value is special in that it represents a flag with nothing set.  Excluding it has its own problems, but if you have an argument for that behavior I'm listening.

Any other non-Flag value is not allowed, and will raise an error (IntFlags won't share this behavior).
History
Date User Action Args
2016-08-15 20:07:17ethan.furmansetrecipients: + ethan.furman, barry, ezio.melotti, r.david.murray, eli.bendersky, martin.panter, serhiy.storchaka, veky
2016-08-15 20:07:17ethan.furmansetmessageid: <1471291637.57.0.143678544076.issue23591@psf.upfronthosting.co.za>
2016-08-15 20:07:17ethan.furmanlinkissue23591 messages
2016-08-15 20:07:17ethan.furmancreate