#11316: Weighted degree term orders added
--------------------------------+-------------------------------------------
Reporter: klee | Owner: AlexGhitza
Type: enhancement | Status: needs_review
Priority: major | Milestone: sage-4.7.1
Component: basic arithmetic | Keywords:
Work_issues: | Upstream: N/A
Reviewer: | Author: Kwankyu Lee
Merged: | Dependencies:
--------------------------------+-------------------------------------------
Comment(by SimonKing):
I just noticed that the second patch also changes old names: The old
attribute `blocks` is renamed `__blocks` in the second patch, and there is
a new method `blocks`. Hence, what used to be an attribute became a
method.
Even worse: An old pickle may contain the old attribute `block`. When
reading it, wouldn't that attribute `block` override the new method
`block` (unless one has an appropriate `__setattr__`, of course)?
That said, I do think that `block` should better be the name of a method
and not of a plain attribute.
And again, the question (addressed to all of you) is whether the reason
for these changes is sufficient. There ''is'' a reason, but the changes
make backward compatibility needlessly complicated IMHO.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11316#comment:21>
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.