Add context to a json NEWS entry.

This commit is contained in:
R David Murray 2013-12-27 17:08:18 -05:00
parent a82eafdfbf
commit 880fee60ca
1 changed files with 2 additions and 2 deletions

View File

@ -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