#8613: __dir__() / tab completion returns nonexistent attributes
---------------------------+------------------------------------------------
Reporter: mmezzarobba | Owner: somebody
Type: defect | Status: positive_review
Priority: major | Milestone: sage-duplicate/invalid/wontfix
Component: categories | Keywords:
Author: | Upstream: N/A
Reviewer: Simon King | Merged:
Work_issues: |
---------------------------+------------------------------------------------
Changes (by SimonKing):
* status: needs_review => positive_review
* reviewer: => Simon King
* milestone: sage-4.7 => sage-duplicate/invalid/wontfix
Comment:
Indeed, it is a duplicate.
With the patches from #9944 and #9138, one obtains:
{{{
sage: R = QQ['t']
sage: R.sum
<bound method PolynomialRing_field_with_category.sum of Univariate
Polynomial Ring in t over Rational Field>
sage: R.summ
R.summation R.summation_from_element_class_add
sage: R.summation_from_element_class_add
<bound method PolynomialRing_field_with_category.summation of Univariate
Polynomial Ring in t over Rational Field>
}}}
I learnt: In that case, one should give a ticket a positive review and
choose the milestone "duplicate", so that the release manager may close
it.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8613#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.