Status: Accepted Owner: asmeurer Labels: Type-Defect Priority-Medium Live
New issue 2547 by asmeurer: Bug with indented code at live.sympy.org http://code.google.com/p/sympy/issues/detail?id=2547 At live.sympy.org:
if 1:
... print 1 ... ... ... ... Traceback (most recent call last): File "<string>", line 6 ^ SyntaxError: invalid syntax It works if you don't add too many newlines:
if 1:
... print 1 1 -- You received this message because you are subscribed to the Google Groups "sympy-issues" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy-issues?hl=en.
