| commit | ea8b6ef15f047536d4222f2b810d10756adc0dac | [log] [tgz] |
|---|---|---|
| author | R David Murray <rdmurray@bitdance.com> | Tue Apr 12 21:00:26 2011 -0400 |
| committer | R David Murray <rdmurray@bitdance.com> | Tue Apr 12 21:00:26 2011 -0400 |
| tree | aa033ebf6bbd5d787a8e4805de9e291292dca458 | |
| parent | 49c440877e2d13bb545243ad2cb427272f530cab [diff] [blame] |
#10019: Fix regression relative to 2.6: add newlines if indent=0 Patch by Amaury Forgeot d'Arc, updated by Sando Tosi.
diff --git a/Misc/NEWS b/Misc/NEWS index 63f4b48..3e83823 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -51,6 +51,9 @@ Library ------- +- 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.