[issue14886] json C vs pure-python implementation difference

Марк Коренберг report at bugs.python.org
Fri May 25 02:12:35 CEST 2012


Марк Коренберг <socketpair at gmail.com> added the comment:

Inconsistency is bother me. If I specify indent in dumps(), I will have one semantics, else other ones.

Why not to fix pure-python implementation using "type(o) in (list, tuple)" ? This is faster too (as I think).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14886>
_______________________________________


More information about the Python-bugs-list mailing list