Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Medium Milestone-Release0.6.5 EasyToFix

New issue 1454 by fab...@fseoane.net: variable i in global namespace
http://code.google.com/p/sympy/issues/detail?id=1454

>>> from sympy import *
>>> i
225

But i should not be defined

Problem is in in sympy.ntheory.factor_, line 12 ( small_trailin )

We should also ensure that there are no "from x import *" like in
sympy.ntheory.__init__ (tests on this did not seem to work)

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-issues@googlegroups.com
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to