Status: Accepted
Owner: asmeurer
Labels: Type-Defect Priority-Medium

New issue 2216 by asmeurer: Module names are imported with from sympy import *
http://code.google.com/p/sympy/issues/detail?id=2216

See issue 2012, particularly comment 4.  We have

from sympy import *
add
<module 'sympy.core.add' from 'sympy/core/add.py'>

How can this be fixed?

Note that when I wrote the ode module, I relied on this behavior for people to access most of the docs. i.e, from the dsolve() docstring:

 - Do help(ode.ode_hintname) to get help more information on a
          specific hint, where hintname is the name of a hint without
          "_Integral".


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