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 ncoghlan
Recipients barry, eli.bendersky, ethan.furman, ncoghlan, pitrou
Date 2013-06-19.13:48:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371649694.35.0.842317733129.issue17961@psf.upfronthosting.co.za>
In-reply-to
Content
I created issue 18264 after I tried it and found my theoretical concern wasn't theoretical at all: swapping a true integer for the current incarnation of enum.IntEnum breaks (at least) JSON serialisation, which means we can't use it in its current form to replace stdlib constants.
History
Date User Action Args
2013-06-19 13:48:14ncoghlansetrecipients: + ncoghlan, barry, pitrou, eli.bendersky, ethan.furman
2013-06-19 13:48:14ncoghlansetmessageid: <1371649694.35.0.842317733129.issue17961@psf.upfronthosting.co.za>
2013-06-19 13:48:14ncoghlanlinkissue17961 messages
2013-06-19 13:48:14ncoghlancreate