Commit 3b2f845c authored by R David Murray's avatar R David Murray

Add context to a json NEWS entry.

parent b6fa69e4
...@@ -2710,8 +2710,8 @@ Library ...@@ -2710,8 +2710,8 @@ Library
- Issue #10182: The re module doesn't truncate indices to 32 bits anymore. - Issue #10182: The re module doesn't truncate indices to 32 bits anymore.
Patch by Serhiy Storchaka. Patch by Serhiy Storchaka.
- Issue #16333: use (",", ": ") as default separator when indent is specified - Issue #16333: use (",", ": ") as default separator in json when indent is
to avoid trailing whitespace. Patch by Serhiy Storchaka. specified, to avoid trailing whitespace. Patch by Serhiy Storchaka.
- Issue #16573: In 2to3, treat enumerate() like a consuming call, so superfluous - 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 list() calls aren't added to filter(), map(), and zip() which are directly
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment