Comment #5 on issue 2142 by asmeurer: Turn on deprecation warnings in isympy http://code.google.com/p/sympy/issues/detail?id=2142
I think it's better to use the built-in warning machinery. Users can then manually enable them using the -W switch to python. And if SymPyDeprecationWarning subclassses from DeprecationWarning, then if someone turns on all DeprecationWarnings, he will also see the SymPy ones.
-- 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.
