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

New issue 2146 by asmeurer: Should SympifyError (and other errors) be imported with "import *"?
http://code.google.com/p/sympy/issues/detail?id=2146

Right now SympifyError is not imported with "from sympy import *". Should it be? There are also other errors that sympy function can raise like MatrixError. But some errors are imported (from isympy):

In [2]: for i in dir():
   ...:     if "Error" in str(i):
   ...:         print i
   ...:
   ...:
DomainError
GeometryError
PoleError
PolynomialError


--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-iss...@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