mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
merge 3.2
This commit is contained in:
commit
daf28293e1
1 changed files with 4 additions and 0 deletions
|
@ -96,6 +96,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 #16549: Make json.tool work again on Python 3 and add tests.
|
- Issue #16549: Make json.tool work again on Python 3 and add tests.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue