[issue16333] Trailing whitespace in json dump when using indent

Serhiy Storchaka report at bugs.python.org
Sun Nov 25 18:02:32 CET 2012


Serhiy Storchaka added the comment:

The proposed patch changes default *separators* value to (',', ': ') if *indent* is not None.

----------
Added file: http://bugs.python.org/file28121/json_indent_separators_default.patch

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


More information about the Python-bugs-list mailing list