]> granicus.if.org Git - python/commit
Revert "closes bpo-27494: Fix 2to3 handling of trailing comma after a generator...
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 31 Jul 2018 06:34:30 +0000 (09:34 +0300)
committerGitHub <noreply@github.com>
Tue, 31 Jul 2018 06:34:30 +0000 (09:34 +0300)
commit4b8a7f51da224d1a0ad8159935f78ba4e6e16037
treed97ceaf13b603aa8960f2b4d33408ed35d30cc24
parentac20e0f98d6727ba97a9575bfa2a11b2f6247c35
 Revert "closes bpo-27494: Fix 2to3 handling of trailing comma after a generator expression (GH-3771)" (#8241)

This reverts commit af810b35b494ef1d255d4bf340b92a9dad446995.

This is not valid syntax (see bpo-32012).
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/2018-07-11-10-03-21.bpo-27494.04OWkW.rst [new file with mode: 0644]