Status: Valid
Owner: ----
Labels: Type-Defect Priority-Medium docs

New issue 3517 by [email protected]: Python 3 Sphinx docs include Python 2 source
http://code.google.com/p/sympy/issues/detail?id=3517

As a random example, see http://docs.sympy.org/0.7.2-py3k/_modules/sympy/parsing/sympy_tokenize.html#printtoken. Search the page for "print ". You'll see that it has "print stuff" instead of "print(stuff)", meaning that it's using the Python 2 source instead of the Python 3 source for some reason.

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