From: R David Murray Date: Fri, 27 Dec 2013 22:08:18 +0000 (-0500) Subject: Add context to a json NEWS entry. X-Git-Tag: v3.4.0b2~72 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=880fee60caf0da8da57713b9dcdf3eee9767aac7;p=thirdparty%2FPython%2Fcpython.git Add context to a json NEWS entry. --- diff --git a/Misc/NEWS b/Misc/NEWS index 77a6382fb7e5..8ef6063ad923 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -2710,8 +2710,8 @@ Library - Issue #10182: The re module doesn't truncate indices to 32 bits anymore. Patch by Serhiy Storchaka. -- Issue #16333: use (",", ": ") as default separator when indent is specified - to avoid trailing whitespace. Patch by Serhiy Storchaka. +- Issue #16333: use (",", ": ") as default separator in json when indent is + specified, to avoid trailing whitespace. Patch by Serhiy Storchaka. - Issue #16573: In 2to3, treat enumerate() like a consuming call, so superfluous list() calls aren't added to filter(), map(), and zip() which are directly