[Python-ideas] Enum and serialization

Guido van Rossum guido at python.org
Fri Jul 19 17:30:50 CEST 2013


Could we start using @singledispatch?

--Guido van Rossum (sent from Android phone)
On Jul 19, 2013 8:27 AM, "Barry Warsaw" <barry at python.org> wrote:

> On Jul 18, 2013, at 05:01 PM, Ethan Furman wrote:
>
> >> What about third party serialization libs though?
> >
> >They are in the same boat, and have the same options.
>
> Third party serializations (and built-in JSON serialization) already has
> to be
> taught about several common built-in data types, e.g. datetimes and
> timedeltas.  If it weren't for the rather icky json module API for
> extensions,
> it's not that hard.
>
> -Barry
>
>
> _______________________________________________
> Python-ideas mailing list
> Python-ideas at python.org
> http://mail.python.org/mailman/listinfo/python-ideas
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20130719/b411a94e/attachment.html>


More information about the Python-ideas mailing list