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, eric.smith, ethan.furman, serhiy.storchaka
Date 2013-08-14.20:32:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <520BE973.5030703@stoneleaf.us>
In-reply-to <1376511551.9.0.618250433545.issue18738@psf.upfronthosting.co.za>
Content
What I'm hoping is to get agreement on what the behavior should be (unspecified format codes use str or repr, specified 
numeric codes use the value), and then persuade folks that int (or PyLong) is where that behavior should be kept (so int 
is subclass friendly) -- then IntEnum (and other int subclasses) don't have to worry about it.
History
Date User Action Args
2013-08-14 20:32:52ethan.furmansetrecipients: + ethan.furman, barry, eric.smith, eli.bendersky, serhiy.storchaka
2013-08-14 20:32:52ethan.furmanlinkissue18738 messages
2013-08-14 20:32:52ethan.furmancreate