]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
add changelog
authorBenjamin Peterson <benjamin@python.org>
Thu, 29 Nov 2012 15:57:01 +0000 (10:57 -0500)
committerBenjamin Peterson <benjamin@python.org>
Thu, 29 Nov 2012 15:57:01 +0000 (10:57 -0500)
Misc/NEWS

index 39eed9107927be71cc48e9f7bb1fc3cf5094a98f..b984b9984bf2938a45fea33c0d64f37ff64f19d2 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.