From: Benjamin Peterson Date: Thu, 29 Nov 2012 15:57:01 +0000 (-0500) Subject: add changelog X-Git-Tag: v2.7.4rc1~338 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=256aaf7b477a02d5098553695054a4bd6fdb7e44;p=thirdparty%2FPython%2Fcpython.git add changelog --- diff --git a/Misc/NEWS b/Misc/NEWS index 55bed5083ae3..a7d2da675b1c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -154,6 +154,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 #1160: Fix compiling large regular expressions on UCS2 builds.