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 serhiy.storchaka
Recipients eric.araujo, eric.smith, ezio.melotti, mindauga, mmilkin, mrabarnett, python-dev, rhettinger, serhiy.storchaka, terry.reedy, umi, vstinner
Date 2014-10-31.18:44:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <4127163.QltK8qCu7I@raxxla>
In-reply-to <1414776711.84.0.0555696818206.issue11957@psf.upfronthosting.co.za>
Content
I think that the enum solution is worth pursuing, and that we need general 
class which represents the set of specified named flags. I'm working on 
implementation of enum.IntFlags.
History
Date User Action Args
2014-10-31 18:44:27serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, terry.reedy, vstinner, eric.smith, ezio.melotti, eric.araujo, mrabarnett, python-dev, mindauga, mmilkin, umi
2014-10-31 18:44:27serhiy.storchakalinkissue11957 messages
2014-10-31 18:44:27serhiy.storchakacreate