summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2011-04-13 01:19:20 (GMT)
committerR David Murray <rdmurray@bitdance.com>2011-04-13 01:19:20 (GMT)
commitd16ee63df2fae102b71190162ce34f894b9b2abf (patch)
tree5d144cb84acfbdb26746b21da11d20af2a15b30a /Misc
parent59c90c6cb24b91890dec4d39cf873944cac13c97 (diff)
parentd5315482e92d1f3c47460999a790df684bf8b09e (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index bfa8f83..dd82a0c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.