[issue16333] Trailing whitespace in json dump when using indent

Ezio Melotti report at bugs.python.org
Mon Oct 29 03:55:58 CET 2012


Ezio Melotti added the comment:

It does, and the C accelerator doesn't seem to be used for this.
The patch looks good to me, however:
1) it now strips spaces even when explicitly specified in the separator (this might be ok though -- I don't see why someone would need them);
2) I'm not sure if this can be considered a bug fix and applied to all branches or if it should go on 3.4 only;

----------

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


More information about the Python-bugs-list mailing list