Antoine Pitrou <pit...@free.fr> added the comment:

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.

----------
nosy: +pitrou
stage: test needed -> needs patch
type: behavior -> enhancement
versions:  -Python 2.7, Python 3.2

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14573>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to