]> granicus.if.org Git - python/commit
bpo-33348: parse expressions after * and ** in lib2to3 (GH-6586)
authorZsolt Dollenstein <zsol.zsol@gmail.com>
Thu, 24 Oct 2019 06:19:07 +0000 (23:19 -0700)
committerMiss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 24 Oct 2019 06:19:07 +0000 (23:19 -0700)
commit96b06aefe23521b61e4e9cdd44f5d30b00c7eb95
treecb3193c53116b83c483afae524b4c1015bf4e2af
parent3bbb6db545eff73ba4031bd9b8f2ef71b84c906e
bpo-33348: parse expressions after * and ** in lib2to3 (GH-6586)

These are valid even in python 2.7

https://bugs.python.org/issue33348

Automerge-Triggered-By: @gpshead
Lib/lib2to3/Grammar.txt
Lib/lib2to3/fixes/fix_apply.py
Lib/lib2to3/fixes/fix_intern.py
Lib/lib2to3/fixes/fix_reload.py
Lib/lib2to3/tests/test_parser.py
Misc/NEWS.d/next/Library/2018-04-24-13-18-48.bpo-33348.XaJDei.rst [new file with mode: 0644]