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, serhiy.storchaka
Date 2015-03-08.01:49:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425779361.91.0.505119511857.issue23591@psf.upfronthosting.co.za>
In-reply-to
Content
The current patch is more along the lines of a proof-of-concept.

The final IntFlag type (if there is one) would be quite a bit more extensive since part of the reason for its existence is to not lose type -- so pretty much every __op__ would have to be overridden.

Agreed about the repr() and str(), though.
History
Date User Action Args
2015-03-08 01:49:21ethan.furmansetrecipients: + ethan.furman, barry, ezio.melotti, eli.bendersky, martin.panter, serhiy.storchaka
2015-03-08 01:49:21ethan.furmansetmessageid: <1425779361.91.0.505119511857.issue23591@psf.upfronthosting.co.za>
2015-03-08 01:49:21ethan.furmanlinkissue23591 messages
2015-03-08 01:49:21ethan.furmancreate