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 rhettinger
Recipients acdha, ezio.melotti, gdr@garethrees.org, pitrou, r.david.murray, rhettinger, serhiy.storchaka
Date 2017-03-05.08:50:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488703810.15.0.179800838991.issue20774@psf.upfronthosting.co.za>
In-reply-to
Content
For now, just hardcoding deque support is fine. 

Support for a __json__ attribute or JSON array registry is a topic for another day.  Even then, I don't think that within the standard library support for JSONification should have its responsibility shifted outside the of json module itself.
History
Date User Action Args
2017-03-05 08:50:10rhettingersetrecipients: + rhettinger, pitrou, ezio.melotti, r.david.murray, gdr@garethrees.org, serhiy.storchaka, acdha
2017-03-05 08:50:10rhettingersetmessageid: <1488703810.15.0.179800838991.issue20774@psf.upfronthosting.co.za>
2017-03-05 08:50:10rhettingerlinkissue20774 messages
2017-03-05 08:50:10rhettingercreate