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 pitrou
Recipients Aaron.Staley, ezio.melotti, pitrou, rhettinger
Date 2012-04-15.14:21:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334499669.7.0.303153008629.issue14573@psf.upfronthosting.co.za>
In-reply-to
Content
That's more of a feature request than a bug. By definition JSON can only represent a small subset of Python's types.
Also, if you encode an iterator as a JSON list, you will get back a Python list when decoding the JSON representation, so it won't round-trip.
History
Date User Action Args
2012-04-15 14:21:09pitrousetrecipients: + pitrou, rhettinger, ezio.melotti, Aaron.Staley
2012-04-15 14:21:09pitrousetmessageid: <1334499669.7.0.303153008629.issue14573@psf.upfronthosting.co.za>
2012-04-15 14:21:09pitroulinkissue14573 messages
2012-04-15 14:21:08pitroucreate