[Python-checkins] cpython (3.2): add changelog

benjamin.peterson python-checkins at python.org
Thu Nov 29 16:59:03 CET 2012


http://hg.python.org/cpython/rev/a35ee2d6a4ad
changeset:   80657:a35ee2d6a4ad
branch:      3.2
parent:      80654:3c6d8461b09f
user:        Benjamin Peterson <benjamin at python.org>
date:        Thu Nov 29 10:57:01 2012 -0500
summary:
  add changelog

files:
  Misc/NEWS |  4 ++++
  1 files changed, 4 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -167,6 +167,10 @@
 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.

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list