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 amaury.forgeotdarc, barry, cvrebert, eli.bendersky, eric.snow, ethan.furman, ezio.melotti, giampaolo.rodola, gvanrossum, ncoghlan, pitrou, rhettinger
Date 2013-08-03.00:05:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1375488357.64.0.0405989667564.issue18264@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think my idea of always extracting .value is grandiose (and didn't take that long to implement on the Python side), but it is definitely forcing me to learn more about C and how Python is put together.

It this point I have successfully imported Enum into the _json module; now I'm working on a function to quietly replace the object being encoded with its .value if it is, in fact, an Enum member.

Just been real short on time lately.  :/

Thank goodness for C API section of the docs!
History
Date User Action Args
2013-08-03 00:05:57ethan.furmansetrecipients: + ethan.furman, gvanrossum, barry, rhettinger, amaury.forgeotdarc, ncoghlan, pitrou, giampaolo.rodola, ezio.melotti, eli.bendersky, cvrebert, eric.snow
2013-08-03 00:05:57ethan.furmansetmessageid: <1375488357.64.0.0405989667564.issue18264@psf.upfronthosting.co.za>
2013-08-03 00:05:57ethan.furmanlinkissue18264 messages
2013-08-03 00:05:57ethan.furmancreate