Updates:
        Summary: Fix warnings when installing
        Status: Valid
        Labels: EasyToFix

Comment #1 on issue 3605 by [email protected]: Fix warnings when installing
http://code.google.com/p/sympy/issues/detail?id=3605

That's because mpmath uses the same code base for Python 2 and Python 3, and a couple of compatibility files are Python 3 only (they will never be loaded in Python 2).

How hard would it be to explicitly skip these files in Python 2, so that it doesn't look bad?

Also, apparently some, but not all, tests files have __init__.py files in them.

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