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 r.david.murray
Recipients acdha, ezio.melotti, gdr@garethrees.org, pitrou, r.david.murray, rhettinger, serhiy.storchaka
Date 2017-03-05.14:58:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488725935.68.0.544738858867.issue20774@psf.upfronthosting.co.za>
In-reply-to
Content
I disagree, I think a __json__ protocol is sensible.  But this is why it needs to be discussed on python-dev or python-ideas first :)  In  the meantime adding deque support like we added enum support is reasonable, but IMO we shouldn't go to crazy adding support for non-base types before talking about a __json__ protocol.
History
Date User Action Args
2017-03-05 14:58:55r.david.murraysetrecipients: + r.david.murray, rhettinger, pitrou, ezio.melotti, gdr@garethrees.org, serhiy.storchaka, acdha
2017-03-05 14:58:55r.david.murraysetmessageid: <1488725935.68.0.544738858867.issue20774@psf.upfronthosting.co.za>
2017-03-05 14:58:55r.david.murraylinkissue20774 messages
2017-03-05 14:58:55r.david.murraycreate