Push "with" grammar improvements back to 3.6

This commit is contained in:
rocky
2020-06-04 05:53:21 -04:00
parent acdd025162
commit 7deeee8502
2 changed files with 17 additions and 19 deletions

View File

@@ -679,6 +679,7 @@ class Python3Parser(PythonParser):
"RAISE",
"SETUP",
"UNPACK",
"WITH",
)
)