Updates:
        Status: WontFix
        Labels: Testing

Comment #1 on issue 1677 by asmeurer: doctest failures
http://code.google.com/p/sympy/issues/detail?id=1677

We do not support Python's doctest, because it messes things up with the displayhook (this is the problem in issue 2041), as well as other problems. That is the whole reason that we have our own doctester.

For the getn thing, according to someone on #python, it is quite impossible to access functions defined within functions from without the outer function, so it isn't something that we can fix. I think we should leave them as >>> because our doctester is smart enough to not try testing them.

You runtest branch doesn't seem to exist anymore.

I am going to close this as WontFix.

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