diff options
author | Benjamin Peterson <benjamin@python.org> | 2012-11-29 15:57:01 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2012-11-29 15:57:01 (GMT) |
commit | 343d530d67542d2272f2f72afff8a476bb7f9e8b (patch) | |
tree | 993027e0b88e7a7e13a6fa12fed50e460e34b409 /Misc/NEWS | |
parent | 57af38700a42f7c037eab85f107800d50d641198 (diff) | |
download | cpython-343d530d67542d2272f2f72afff8a476bb7f9e8b.zip cpython-343d530d67542d2272f2f72afff8a476bb7f9e8b.tar.gz cpython-343d530d67542d2272f2f72afff8a476bb7f9e8b.tar.bz2 |
add changelog
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |