Commit a42f1c25 authored by Benjamin Peterson's avatar Benjamin Peterson

add changelog

parent f5c3245d
......@@ -154,6 +154,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 #1160: Fix compiling large regular expressions on UCS2 builds.
......
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