[issue16333] Trailing whitespace in json dump when using indent

Serhiy Storchaka report at bugs.python.org
Wed Nov 28 16:58:50 CET 2012


Serhiy Storchaka added the comment:

Here is a patch which adds a suggestion to use appropriate separators with indent. It also use they in Lib/json/tool.py.

I suggest this patch only for old Python, up to 3.3. For 3.4 this is not needed if my previous suggestion will be accepted.

----------
Added file: http://bugs.python.org/file28148/json_indent_separators_suggestion.patch

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


More information about the Python-bugs-list mailing list