]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merge #10019: Fix regression relative to 2.6: add newlines if indent=0
authorR David Murray <rdmurray@bitdance.com>
Wed, 13 Apr 2011 01:09:18 +0000 (21:09 -0400)
committerR David Murray <rdmurray@bitdance.com>
Wed, 13 Apr 2011 01:09:18 +0000 (21:09 -0400)
commitd5315482e92d1f3c47460999a790df684bf8b09e
treed98dd2c8a709e6401a0c0a577ad9f9de191f73ed
parent62f8bcb0a46fc0d8747ba2ab7e8d7311d73f82f7
parent3dd02d62c90a169a32fb38bed34249a6cf7e1638
Merge #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/test/json_tests/test_indent.py
Misc/NEWS