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.
