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 amaury.forgeotdarc, barry, eli.bendersky, eric.snow, ethan.furman, ezio.melotti, gvanrossum, ncoghlan, pitrou, rhettinger
Date 2013-06-22.05:23:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CADiSq7csh7fEwxB6h1dGZhiWQSRtoS-tMkLZJuTuPL90xwDoAw@mail.gmail.com>
In-reply-to <51C53141.4010105@stoneleaf.us>
Content
Whatever we do needs to be something third party serialisation libraries
can also adopt with minimal compatibility risk for older versions of Python.

Yes, that serialisation will lose the new debugging information. That's
fine - if people want to map from a standard format like JSON to enums,
they have to handle that themselves anyway.
History
Date User Action Args
2013-06-22 05:23:35ncoghlansetrecipients: + ncoghlan, gvanrossum, barry, rhettinger, amaury.forgeotdarc, pitrou, ezio.melotti, eli.bendersky, ethan.furman, eric.snow
2013-06-22 05:23:35ncoghlanlinkissue18264 messages
2013-06-22 05:23:35ncoghlancreate