diff options
author | R David Murray <rdmurray@bitdance.com> | 2011-04-13 01:19:20 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2011-04-13 01:19:20 (GMT) |
commit | d16ee63df2fae102b71190162ce34f894b9b2abf (patch) | |
tree | 5d144cb84acfbdb26746b21da11d20af2a15b30a /Misc | |
parent | 59c90c6cb24b91890dec4d39cf873944cac13c97 (diff) | |
parent | d5315482e92d1f3c47460999a790df684bf8b09e (diff) | |
download | cpython-d16ee63df2fae102b71190162ce34f894b9b2abf.zip cpython-d16ee63df2fae102b71190162ce34f894b9b2abf.tar.gz cpython-d16ee63df2fae102b71190162ce34f894b9b2abf.tar.bz2 |
Merge #10019: Fix regression relative to 2.6: add newlines if indent=0
Patch by Amaury Forgeot d'Arc, updated by Sando Tosi.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -103,6 +103,9 @@ Core and Builtins Library ------- +- Issue #10019: Fixed regression in json module where an indent of 0 stopped + adding newlines and acted instead like 'None'. + - Issue #11186: pydoc ignores a module if its name contains a surrogate character in the index of modules. |