#6094: Change all occurrences of "method" to "algorithm"
-----------------------------+----------------------------------------------
Reporter: rlm | Owner: rlm
Type: defect | Status: positive_review
Priority: major | Milestone: sage-4.3.1
Component: coding theory | Keywords:
Work_issues: | Author: David Joyner, William Stein
Upstream: N/A | Reviewer: Rob Beezer
Merged: |
-----------------------------+----------------------------------------------
Comment(by was):
It was pointed out by people in our status reports session that this patch
violates our deprecation policy. Yuck. I.e., technically we should do
{{{
def f(algorithm='default', method=None):
if method is not None:
deprecation('...')
algorithm = method
}}}
basically *everywhere*, then remove them all in a year. Hmmmm....
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6094#comment:13>
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.