]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
#10019: Fix regression relative to 2.6: add newlines if indent=0
authorR David Murray <rdmurray@bitdance.com>
Wed, 13 Apr 2011 01:02:45 +0000 (21:02 -0400)
committerR David Murray <rdmurray@bitdance.com>
Wed, 13 Apr 2011 01:02:45 +0000 (21:02 -0400)
commit3dd02d62c90a169a32fb38bed34249a6cf7e1638
tree7ace2c16e725e311f9702ee6cc15de8ef81dc387
parentabdeeff3d1fa505fa1d49970cb7a70446f3e2b75
#10019: Fix regression relative to 2.6: add newlines if indent=0

Patch by Amaury Forgeot d'Arc, updated by Sando Tosi.
Doc/library/json.rst
Lib/json/encoder.py
Lib/json/tests/test_indent.py
Misc/NEWS