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 rhettinger, tarek
Date 2017-02-27.10:34:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488191688.34.0.561948541627.issue29663@psf.upfronthosting.co.za>
In-reply-to
Content
+1 This isn't really different that how we handle tuples and I can see that it would be useful to be able to dump a deque into JSON.  I concur that it is reasonable to ignore maxlen because that is primarily a convenience feature (auto-popping on overflow) rather than something that is intrinsic to the semantics of data itself.
History
Date User Action Args
2017-02-27 10:34:48rhettingersetrecipients: + rhettinger, tarek
2017-02-27 10:34:48rhettingersetmessageid: <1488191688.34.0.561948541627.issue29663@psf.upfronthosting.co.za>
2017-02-27 10:34:48rhettingerlinkissue29663 messages
2017-02-27 10:34:47rhettingercreate