Comment #14 on issue 2472 by asmeurer: Regression in sympy/polys/tests/test_rootoftools.py
http://code.google.com/p/sympy/issues/detail?id=2472

An easy way to do this would be to take the string of the rep and parse it to replace the [ with ( and ] with ). You would also need to parse it to wrap the numbers around K(' '). We would need to fix PythonRationalType to work with strings, i.e., QQ("1/2") fails for python ground types.

Or maybe I'm just being lazy. Actually, I wonder if this could be done with epath.

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-issues@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to