]> granicus.if.org Git - python/commit
bpo-28837: Fix lib2to3 handling of map/zip/filter calls when followed with a 'trailer...
authorStuart Berg <bergs@janelia.hhmi.org>
Thu, 6 Apr 2017 05:19:40 +0000 (01:19 -0400)
committerBenjamin Peterson <benjamin@python.org>
Thu, 6 Apr 2017 05:19:40 +0000 (22:19 -0700)
commit93b4b47e3a720171d67f3b608de406aef462835c
tree0d7cc72f5bcbfb2bd3abef36e221568477968e49
parent01fa9ae5460b00bf1ced500c797176ebd3fb060d
bpo-28837: Fix lib2to3 handling of map/zip/filter calls when followed with a 'trailer', e.g. zip()[x] (#24)
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