Comment #16 on issue 1587 by asmeurer: Polynomials docs http://code.google.com/p/sympy/issues/detail?id=1587
I was able to fix the utf-8 issue. Similar to in issue 2041, I just had to forward port some fixes from the Python doctest.py file that were only added in Python 2.6.
See https://github.com/asmeurer/sympy/tree/polys12-doctest, where I have committed the fix on top of polys12. I have also merged the branch with my doctest branch so that it runs in all Python versions (the fix from issue 2041). This is not necessary for the utf-8 fix (I was mainly using it for debugging the namespace error), but you might as well keep it so that you can run the doctests everywhere.
-- 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.
