diff options
author | Benjamin Peterson <benjamin@python.org> | 2012-11-29 15:57:11 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2012-11-29 15:57:11 (GMT) |
commit | daf28293e1a422efa222a493b378b4614e7c5512 (patch) | |
tree | ec7cb546f33e3ea920ec3a2d8ee94d6a5447e66f | |
parent | 139891ba82b37631d01c33397f0bbde7d0adcc1b (diff) | |
parent | 343d530d67542d2272f2f72afff8a476bb7f9e8b (diff) | |
download | cpython-daf28293e1a422efa222a493b378b4614e7c5512.zip cpython-daf28293e1a422efa222a493b378b4614e7c5512.tar.gz cpython-daf28293e1a422efa222a493b378b4614e7c5512.tar.bz2 |
merge 3.2
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -96,6 +96,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. |