cpython/Lib/lib2to3
Zsolt Dollenstein 96b06aefe2 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
2019-10-23 23:19:07 -07:00
..
fixes bpo-33348: parse expressions after * and ** in lib2to3 (GH-6586) 2019-10-23 23:19:07 -07:00
pgen2
tests bpo-33348: parse expressions after * and ** in lib2to3 (GH-6586) 2019-10-23 23:19:07 -07:00
Grammar.txt bpo-33348: parse expressions after * and ** in lib2to3 (GH-6586) 2019-10-23 23:19:07 -07:00
PatternGrammar.txt
__init__.py
__main__.py
btm_matcher.py
btm_utils.py
fixer_base.py
fixer_util.py Fix typos in comments, docs and test names (#15018) 2019-07-30 18:16:13 -04:00
main.py
patcomp.py
pygram.py
pytree.py
refactor.py