Commit 343d530d authored by Benjamin Peterson's avatar Benjamin Peterson

add changelog

parent 57af3870
......@@ -167,6 +167,10 @@ Core and Builtins
Library
-------
- 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
passed enumerate().
- Issue #16476: Fix json.tool to avoid including trailing whitespace.
- Issue #16549: Make json.tool work again on Python 3 and add tests.
......
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