Commit 84f107dd authored by Raymond Hettinger's avatar Raymond Hettinger

Minor formatting cleanup.

parent 3258e72c
......@@ -75,11 +75,12 @@ Test running gen when defining function is out of scope
[(0, 0), (0, 1), (1, 0), (1, 1), (2, 0), (2, 1)]
Verify that parenthesis are required in a statement
>>> def f(n):
... return i*i for i in xrange(n)
Traceback (most recent call last):
...
SyntaxError: invalid syntax
>>> def f(n):
... return i*i for i in xrange(n)
Traceback (most recent call last):
...
SyntaxError: invalid syntax
Verify early binding for the outermost for-expression
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment