[issue16333] Trailing whitespace in json dump when using indent

anatoly techtonik report at bugs.python.org
Sun Nov 25 14:36:57 CET 2012


anatoly techtonik added the comment:

Trailing whitespace produce visual warnings in diff comparison tools. If you have to read docs on how fix every piece of code that produces readable JSON to avoid this warnings, it is a very-very bad user experience.

The argument that by default the output with indent option should be human-friendly. Don't you agree with that?

----------

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


More information about the Python-bugs-list mailing list