mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
merge 2to3 improvments
This commit is contained in:
parent
afcd5f36f0
commit
dd6a4edc45
18 changed files with 405 additions and 140 deletions
|
@ -28,4 +28,8 @@ class Symbols(object):
|
|||
|
||||
|
||||
python_grammar = driver.load_grammar(_GRAMMAR_FILE)
|
||||
|
||||
python_symbols = Symbols(python_grammar)
|
||||
|
||||
python_grammar_no_print_statement = python_grammar.copy()
|
||||
del python_grammar_no_print_statement.keywords["print"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue