add changelog

This commit is contained in:
Benjamin Peterson 2012-11-29 10:57:01 -05:00
parent ed10a30ed6
commit 256aaf7b47
1 changed files with 4 additions and 0 deletions

View File

@ -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.