summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSenthil Kumaran <orsenthil@gmail.com>2011-04-13 01:35:37 (GMT)
committerSenthil Kumaran <orsenthil@gmail.com>2011-04-13 01:35:37 (GMT)
commita8b0f9adfeac1aa5bb8189c46a9cc7d01f89d8a5 (patch)
tree8b66d8bf9f0ddbaceb9fa9d39cf03c9390d13a6f /Misc
parent60f02a650ed85a9985aba10a019df0a1f83d3554 (diff)
parent3dd02d62c90a169a32fb38bed34249a6cf7e1638 (diff)
downloadcpython-a8b0f9adfeac1aa5bb8189c46a9cc7d01f89d8a5.zip
cpython-a8b0f9adfeac1aa5bb8189c46a9cc7d01f89d8a5.tar.gz
cpython-a8b0f9adfeac1aa5bb8189c46a9cc7d01f89d8a5.tar.bz2
Merge updates
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 a36abac..021bcf1 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -53,6 +53,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.