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 r.david.murray
Recipients BreamoreBoy, barry, jwilk, pitrou, r.david.murray
Date 2013-04-18.20:20:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1366316406.11.0.61057518941.issue12762@psf.upfronthosting.co.za>
In-reply-to
Content
The enum module that is likely to land in 3.4 will allow us to fix this.  We can discuss whether we want to just display the name, or both the name and the value.  Omitting it would indeed be bad, IMO.
History
Date User Action Args
2013-04-18 20:20:06r.david.murraysetrecipients: + r.david.murray, barry, pitrou, jwilk, BreamoreBoy
2013-04-18 20:20:06r.david.murraysetmessageid: <1366316406.11.0.61057518941.issue12762@psf.upfronthosting.co.za>
2013-04-18 20:20:06r.david.murraylinkissue12762 messages
2013-04-18 20:20:05r.david.murraycreate