Comment #12 on issue 2041 by [email protected]: Doctest failures in Python 2.6.6
http://code.google.com/p/sympy/issues/detail?id=2041

I don't much like the idea of monkeypatching or reimplementing the stdlib. Ultimately, I think we should probably just suck it up and accept the idea that docstrings should show stuff exactly as it would appear in a vanilla interpreter.

Anyway, no matter what we decide about that, some of the reported errors are genuine bugs that are revealed only now because we didn't test str() as extensively as we should have: there is never a good reason to output "KroneckerDelta(a,b)" instead of "KroneckerDelta(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