commit | a8b0f9adfeac1aa5bb8189c46a9cc7d01f89d8a5 | [log] [tgz] |
---|---|---|
author | Senthil Kumaran <orsenthil@gmail.com> | Wed Apr 13 09:35:37 2011 +0800 |
committer | Senthil Kumaran <orsenthil@gmail.com> | Wed Apr 13 09:35:37 2011 +0800 |
tree | 8b66d8bf9f0ddbaceb9fa9d39cf03c9390d13a6f | |
parent | 60f02a650ed85a9985aba10a019df0a1f83d3554 [diff] [blame] | |
parent | 3dd02d62c90a169a32fb38bed34249a6cf7e1638 [diff] [blame] |
Merge updates
diff --git a/Misc/NEWS b/Misc/NEWS index a36abac..021bcf1 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -53,6 +53,9 @@ - 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.