| commit | 72b1426cfb6c19932f8303614720b2a528d1dd3c | [log] [tgz] |
|---|---|---|
| author | Petri Lehtinen <petri@digip.org> | Tue Aug 28 07:08:44 2012 +0300 |
| committer | Petri Lehtinen <petri@digip.org> | Tue Aug 28 07:08:44 2012 +0300 |
| tree | 867f6409cec23252a0bff774e53066c808901dd9 | |
| parent | 72c6eefcc638c6ca32c43f85a5180d9f091b2755 [diff] |
#11964: Document a change in v3.2 to the json indent parameter
diff --git a/Misc/NEWS b/Misc/NEWS index bcf2921..b333c0c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -519,6 +519,9 @@ 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.