mirror of
https://github.com/python/cpython.git
synced 2024-12-15 12:54:31 +08:00
add changelog
This commit is contained in:
parent
57af38700a
commit
343d530d67
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user