Comment #11 on issue 2478 by [email protected]: line endings
http://code.google.com/p/sympy/issues/detail?id=2478

The "what's new in 2.7" says:

The Python tokenizer now translates line endings itself, so the compile() built-in function now accepts code using any line-ending convention. Additionally, it no longer requires that the code end in a newline.

Changing to mode to rt rather than 2b fixes the problem for me. Does it work for you? See https://github.com/sympy/sympy/pull/408


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