Status: Valid
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 3218 by [email protected]: sympify could/should ignore newlines
http://code.google.com/p/sympy/issues/detail?id=3218
It is convenient to enter long expressions on continued lines, but sympify
does not like the newlines that are introduced:
S('''x+
... y''')
Traceback (most recent call last):
File "<stdin>", line 2, in <module>
File "sympy\core\sympify.py", line 160, in sympify
raise SympifyError('could not parse %r' % a)
sympy.core.sympify.SympifyError: SympifyError: "could not parse u'x+\\ny'"
--
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.