Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 2840 by [email protected]: sympify could delete newlines, perhaps
http://code.google.com/p/sympy/issues/detail?id=2840

S('''a+
... b''')
Traceback (most recent call last):
  File "<stdin>", line 2, in <module>
  File "sympy\core\sympify.py", line 163, in sympify
    raise SympifyError('could not parse %r' % a)
sympy.core.sympify.SympifyError: SympifyError: "could not parse u'a+\\nb'"

I would have liked this to come back as `a + b`


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

Reply via email to