]> granicus.if.org Git - python/commit
#16333: use (",", ": ") as default separator when indent is specified to avoid traili...
authorEzio Melotti <ezio.melotti@gmail.com>
Wed, 28 Nov 2012 22:42:56 +0000 (00:42 +0200)
committerEzio Melotti <ezio.melotti@gmail.com>
Wed, 28 Nov 2012 22:42:56 +0000 (00:42 +0200)
commit100314427a558be01bb42f8bdb4bab800cd114d2
tree5a520cf84a80823bfcec7c58aafe2457effed1cd
parentd966c2156ad0bba85258262e5535912361cbd7b7
#16333: use (",", ": ") as default separator when indent is specified to avoid trailing whitespace.  Patch by Serhiy Storchaka.
Doc/library/json.rst
Lib/json/__init__.py
Lib/json/encoder.py
Lib/test/json_tests/test_indent.py