]> granicus.if.org Git - python/commit
bpo-28837: Fix lib2to3 handling of map/zip/filter calls when followed with a 'trailer...
authorMariatta <Mariatta@users.noreply.github.com>
Fri, 16 Jun 2017 02:56:52 +0000 (19:56 -0700)
committerGitHub <noreply@github.com>
Fri, 16 Jun 2017 02:56:52 +0000 (19:56 -0700)
commit292b421d48ab91b0c68ea4040fc7371e7d6d610e
treeea6dfba35c48364f5e6c8d673f7a2554bb2d888e
parent9cead06076f890d4951b3ea2571408efe76f8b2c
bpo-28837: Fix lib2to3 handling of map/zip/filter calls when followed with a 'trailer', e.g. zip()[x] (GH-24) (GH-2235)

(cherry picked from commit 93b4b47e3a720171d67f3b608de406aef462835c)
Lib/lib2to3/fixes/fix_filter.py
Lib/lib2to3/fixes/fix_map.py
Lib/lib2to3/fixes/fix_zip.py
Lib/lib2to3/tests/test_fixers.py
Misc/ACKS