Merge 3.5

This commit is contained in:
Victor Stinner 2016-04-12 18:33:54 +02:00
commit a07614aa31

View File

@ -1032,7 +1032,7 @@ class GrammarTests(unittest.TestCase):
# Test ifelse expressions in various cases
def _checkeval(msg, ret):
"helper to check that evaluation of expressions is done correctly"
print(x)
print(msg)
return ret
# the next line is not allowed anymore