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

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


http://hg.python.org/cpython/rev/c704130f9221
changeset:   80659:c704130f9221
branch:      2.7
parent:      80656:2bb604a691de
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
@@ -154,6 +154,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 #1160: Fix compiling large regular expressions on UCS2 builds.

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


More information about the Python-checkins mailing list