Updates:
Labels: NeedsReview asmeurer
Comment #23 on issue 2041 by asmeurer: Doctest failures in Python 2.6.6
http://code.google.com/p/sympy/issues/detail?id=2041
This was not too hard to fix. I basically had to do what I said in comment
11: I took the code that was changed in that Python commit that Ronan
tracked down, and copied it over to our doctest runner, removing the
offending lines. I also had to copy over the function that tests .txt
files to make it call our new SymPyDoctestRunner class, and I had to do
some special casing for Python versions to handle some changes in the
runner between Python 2.5 and 2.6.
So see https://github.com/sympy/sympy/pull/63.
--
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.