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 barry, eli.bendersky, ethan.furman, ncoghlan, pitrou
Date 2013-06-19.14:07:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <2099081041.98483495.1371650866175.JavaMail.root@zimbra10-e2.priv.proxad.net>
In-reply-to <20130619095449.7c7ef695@anarchist>
Content
> JSON has to be taught how to serialize enums.  Of course, it also has
> to be
> taught how to serialize datetimes, timedeltas, and other common data
> types.

How so? The point of IntEnum was that it derived from int, and therefore
would avoid any need for special-casing in C code.

(now if json has a PyLong_CheckExact() check, perhaps it can be relaxed
to PyLong_Check()...)
History
Date User Action Args
2013-06-19 14:07:53pitrousetrecipients: + pitrou, barry, ncoghlan, eli.bendersky, ethan.furman
2013-06-19 14:07:53pitroulinkissue17961 messages
2013-06-19 14:07:53pitroucreate