]> granicus.if.org Git - python/commit
closes bpo-27494: Fix 2to3 handling of trailing comma after a generator expression...
authorJakub Stasiak <jakub@stasiak.at>
Thu, 5 Oct 2017 07:10:09 +0000 (09:10 +0200)
committerBenjamin Peterson <benjamin@python.org>
Thu, 5 Oct 2017 07:10:09 +0000 (00:10 -0700)
commitaf810b35b494ef1d255d4bf340b92a9dad446995
tree78df02ecf9d934a174aa2ad1202d583b29faeba7
parenta8ed11742b4c2115597977ce04fa8e043d9e0792
closes bpo-27494: Fix 2to3 handling of trailing comma after a generator expression (#3771)
Lib/lib2to3/Grammar.txt
Lib/lib2to3/fixer_util.py
Lib/lib2to3/fixes/fix_dict.py
Lib/lib2to3/fixes/fix_paren.py
Lib/lib2to3/fixes/fix_xrange.py
Lib/lib2to3/tests/test_parser.py
Misc/NEWS.d/next/Library/2017-09-26-01-43-17.bpo-27494.37QnaT.rst [new file with mode: 0644]