Commit ef853774 authored by Kevin Modzelewski's avatar Kevin Modzelewski

minor

parent 0cb0c665
......@@ -21,3 +21,5 @@ test(3, 2)
test(3, 2.0)
test(3.0, 2)
test(3.0, 2.0)
test(3.0, -2.0)
test(-3.0, -2.0)
"docstring"
def f():
from __future__ import division # should cause syntax error
class C(object):
from __future__ import division # should cause syntax error
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