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 pitrou
Recipients christian.heimes, giampaolo.rodola, gvanrossum, janssen, pitrou
Date 2013-11-22.14:33:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385130812.2432.7.camel@fsol>
In-reply-to <1385130474.06.0.120130401153.issue19689@psf.upfronthosting.co.za>
Content
> In my opinion enums are for a closed batch of known entities. There
> are at least 20-30 purpose flags, maybe more. Everybody is allowed to
> define their own OIDs, too.

Well, how many purposes are we going to expose? I don't think users
should know what ASN1 objects are, and a nice repr() is really useful.

(but there's no reason an enum cannot have 20 or 30 members)
History
Date User Action Args
2013-11-22 14:33:34pitrousetrecipients: + pitrou, gvanrossum, janssen, giampaolo.rodola, christian.heimes
2013-11-22 14:33:34pitroulinkissue19689 messages
2013-11-22 14:33:34pitroucreate