summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSenthil Kumaran <orsenthil@gmail.com>2011-04-13 01:34:21 (GMT)
committerSenthil Kumaran <orsenthil@gmail.com>2011-04-13 01:34:21 (GMT)
commitaf87886d8dd0cab6f06b4721540f2a64f36676b6 (patch)
tree20d9c05962aeea37ce298dc7ae92758a7f5b85fa /Misc
parent6dc605735d26230e3c5ebf79db8637bb041e9ee0 (diff)
parentd5315482e92d1f3c47460999a790df684bf8b09e (diff)
downloadcpython-af87886d8dd0cab6f06b4721540f2a64f36676b6.zip
cpython-af87886d8dd0cab6f06b4721540f2a64f36676b6.tar.gz
cpython-af87886d8dd0cab6f06b4721540f2a64f36676b6.tar.bz2
merge update
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 300e46d..7dd4c40 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -55,6 +55,9 @@ Library
- Issue #11703 - urllib2.geturl() does not return correct url when the original
url contains #fragment.
+
+- Issue #10019: Fixed regression in json module where an indent of 0 stopped
+ adding newlines and acted instead like 'None'.
- Issue #5162: Treat services like frozen executables to allow child spawning
from multiprocessing.forking on Windows.