On Jan 18, 11:03 am, Jean-Pierre Flori <[email protected]> wrote: > Hi, > > > Huh. Can I ask where one would import * from sage.calculus.calculus? > > In my badly written code. > I wanted to call symbolic_sum which is not reachable by default, > rather than sum when doing some tests.
I see. Why not just import that one function, in that case? That is a very natural thing to do. Only import a whole namespace if you really have to - it can really mess things up, as you have pointed out. What do you think about the other things - bugs, annoying, user error? - kcrisman -- 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/sage-support URL: http://www.sagemath.org
