Yes, read the docstring of SymPyDeprecationWarning, and grep the code for @deprecated.
Aaron Meurer On Tue, Mar 25, 2014 at 6:16 AM, Sergey Kirpichev <[email protected]> wrote: > > > On Tuesday, March 25, 2014 2:14:10 PM UTC+4, Amit Saha wrote: >> >> Before I work on the patch, what is the strategy to make backward >> incompatible changes? Since, existing users may be surprised if we >> suddenly remove the method and replace it by another one and even >> break their existing code. > > > I suggest you to take look on the code around. We have > a lot of bugs with DeprecationRemoval label. > > In this particular example, you should rename method and then > add @deprecated decorator. > > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/sympy. > To view this discussion on the web visit > https://groups.google.com/d/msgid/sympy/d446c0eb-284c-4ac9-b570-caf7aee42b86%40googlegroups.com. > > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/CAKgW%3D6J%3DF2rJp57%2BrF7dh3%3DCOd3x_RugU%2BhAmnuXzLCEhLjc5w%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
