mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Merge of the release22 branch changes back into the trunk.
This commit is contained in:
parent
87fa3aa12c
commit
52acb49298
7 changed files with 80 additions and 7 deletions
|
@ -172,7 +172,7 @@ class Transformer:
|
|||
def eval_input(self, nodelist):
|
||||
# from the built-in function input()
|
||||
### is this sufficient?
|
||||
return self.com_node(nodelist[0])
|
||||
return Expression(self.com_node(nodelist[0]))
|
||||
|
||||
def funcdef(self, nodelist):
|
||||
# funcdef: 'def' NAME parameters ':' suite
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue