Comment #8 on issue 2488 by asmeurer: SymPy 0.7.0
http://code.google.com/p/sympy/issues/detail?id=2488

In 2.7, the warnings for as_coeff_terms didn't emit:

That's because DeprecationWarnings are not shown by default in Python 2.5+. You have to enable them using the -W option to python to see them. That's why I've suggested making a SymPyDeprecationWarning class that subclasses from DeprecationWarning but is shown by default in isympy.

Something that might make the change notes easier next time is to require that the commit notes have some sort of markup to denote a change note message (if applicable).

I'm afraid I don't follow you here.

--
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