diff options
author | R David Murray <rdmurray@bitdance.com> | 2013-12-27 22:08:18 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2013-12-27 22:08:18 (GMT) |
commit | 880fee60caf0da8da57713b9dcdf3eee9767aac7 (patch) | |
tree | ccf19d69fc2bb83aa19256ec11d1eb9d6b4ee843 /Misc | |
parent | a82eafdfbf151bf81587dd4f60d274024fff90d5 (diff) | |
download | cpython-880fee60caf0da8da57713b9dcdf3eee9767aac7.zip cpython-880fee60caf0da8da57713b9dcdf3eee9767aac7.tar.gz cpython-880fee60caf0da8da57713b9dcdf3eee9767aac7.tar.bz2 |
Add context to a json NEWS entry.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |