Status: Accepted Owner: ---- Labels: Type-Defect Priority-Critical Milestone-Release0.6.4
New issue 1287 by fabian.seoane: os imported by sympy http://code.google.com/p/sympy/issues/detail?id=1287 SymPy imports the module os, so you could have access to it without importing it: In [1]: import sympy In [2]: sympy.os Out[2]: <module 'os' from '/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/os.pyc'> Of course, this is a huge security hole for applications that run sympy on a "safe" environment (empathy, live.sympy.org, etc) I believe this is caused by the "from something import *" in sympy.__init__ -- 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 [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 -~----------~----~----~----~------~----~------~--~---
