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, r.david.murray
Date 2014-02-26.02:22:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393381354.54.0.679841853924.issue20774@psf.upfronthosting.co.za>
In-reply-to
Content
json is only designed to serialize standard data types out of the box.  Anything else is an extension.  I presume you are asking for this because a deque looks more-or-less like a list.  I'm not sure that's reason enough, but we'll see what others think.
History
Date User Action Args
2014-02-26 02:22:34r.david.murraysetrecipients: + r.david.murray, acdha
2014-02-26 02:22:34r.david.murraysetmessageid: <1393381354.54.0.679841853924.issue20774@psf.upfronthosting.co.za>
2014-02-26 02:22:34r.david.murraylinkissue20774 messages
2014-02-26 02:22:34r.david.murraycreate