Browse Source

Merge 3.5

pull/9921/head
Victor Stinner 10 years ago
parent
commit
a07614aa31
  1. 2
      Lib/test/test_grammar.py

2
Lib/test/test_grammar.py

@ -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

Loading…
Cancel
Save