diff options
author | Petri Lehtinen <petri@digip.org> | 2012-08-28 04:08:44 (GMT) |
---|---|---|
committer | Petri Lehtinen <petri@digip.org> | 2012-08-28 04:08:44 (GMT) |
commit | 72b1426cfb6c19932f8303614720b2a528d1dd3c (patch) | |
tree | 867f6409cec23252a0bff774e53066c808901dd9 /Misc/NEWS | |
parent | 72c6eefcc638c6ca32c43f85a5180d9f091b2755 (diff) | |
download | cpython-72b1426cfb6c19932f8303614720b2a528d1dd3c.zip cpython-72b1426cfb6c19932f8303614720b2a528d1dd3c.tar.gz cpython-72b1426cfb6c19932f8303614720b2a528d1dd3c.tar.bz2 |
#11964: Document a change in v3.2 to the json indent parameter
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -519,6 +519,9 @@ Build Documentation ------------- +- Issue #11964: Document a change in v3.2 to the behavior of the indent + parameter of json encoding operations. + - Issue #14674: Add a discussion of the json module's standard compliance. Patch by Chris Rebert. |