]> granicus.if.org Git - python/commitdiff
Add context to a json NEWS entry.
authorR David Murray <rdmurray@bitdance.com>
Fri, 27 Dec 2013 22:08:18 +0000 (17:08 -0500)
committerR David Murray <rdmurray@bitdance.com>
Fri, 27 Dec 2013 22:08:18 +0000 (17:08 -0500)
Misc/NEWS

index 77a6382fb7e50d02ab3550fbc4eaa1106d941452..8ef6063ad92353719e7472200090faf1cb151b0c 100644 (file)
--- 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