#12907: Replace some deprecated python functions in sage/calculus
----------------------------------+-----------------------------------------
Reporter: aapitzsch | Owner: jason
Type: enhancement | Status: positive_review
Priority: major | Milestone: sage-5.6
Component: misc | Resolution:
Keywords: python3 | Work issues:
Report Upstream: N/A | Reviewers: Karl-Dieter Crisman
Authors: André Apitzsch | Merged in:
Dependencies: | Stopgaps:
----------------------------------+-----------------------------------------
Changes (by kcrisman):
* status: needs_review => positive_review
* reviewer: => Karl-Dieter Crisman
Comment:
Okay, this is okay. Hopefully it won't cause too much trouble. I almost
feel like it's a good opportunity to actually doctest all these many
potential raised errors like
{{{
sage: k,n = var('k,n')
sage: sage.calculus.calculus.symbolic_sum(k * binomial(n, k), k, k, n)
ValueError: summation limits must not depend on the summation variable
}}}
but that would be beyond this ticket. Feel free to do it!
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12907#comment:5>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" 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/sage-trac?hl=en.