Kaydet (Commit) 256aaf7b authored tarafından Benjamin Peterson's avatar Benjamin Peterson

add changelog

üst ed10a30e
...@@ -154,6 +154,10 @@ Core and Builtins ...@@ -154,6 +154,10 @@ Core and Builtins
Library 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 #16476: Fix json.tool to avoid including trailing whitespace.
- Issue #1160: Fix compiling large regular expressions on UCS2 builds. - 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