[Python-checkins] [python/cpython] 292b42: bpo-28837: Fix lib2to3 handling of map/zip/filter ...

GitHub noreply at github.com
Thu Jun 15 22:56:54 EDT 2017


  Branch: refs/heads/3.6
  Home:   https://github.com/python/cpython
  Commit: 292b421d48ab91b0c68ea4040fc7371e7d6d610e
      https://github.com/python/cpython/commit/292b421d48ab91b0c68ea4040fc7371e7d6d610e
  Author: Mariatta <Mariatta at users.noreply.github.com>
  Date:   2017-06-15 (Thu, 15 Jun 2017)

  Changed paths:
    M Lib/lib2to3/fixes/fix_filter.py
    M Lib/lib2to3/fixes/fix_map.py
    M Lib/lib2to3/fixes/fix_zip.py
    M Lib/lib2to3/tests/test_fixers.py
    M Misc/ACKS

  Log Message:
  -----------
  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)




More information about the Python-checkins mailing list