]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-33348: parse expressions after * and ** in lib2to3 (GH-6586)
authorMiss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 24 Oct 2019 06:37:21 +0000 (23:37 -0700)
committerGitHub <noreply@github.com>
Thu, 24 Oct 2019 06:37:21 +0000 (23:37 -0700)
commitd04661f9ca4a082a2dd9de52df687600d574407e
treecfee9780c702c2d3235e8080c6e8e698df30df3b
parentd8fc9c843e1e87460c4d3765dc9b5d8a25eb565a
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
(cherry picked from commit 96b06aefe23521b61e4e9cdd44f5d30b00c7eb95)

Co-authored-by: Zsolt Dollenstein <zsol.zsol@gmail.com>
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]