#6854: Tab completion for elements of InfinitePolynomialRing
-----------------------------------+----------------------------------------
   Reporter:  ncohen               |       Owner:  SimonKing                    
         
       Type:  enhancement          |      Status:  needs_review                 
         
   Priority:  major                |   Milestone:  sage-4.3                     
         
  Component:  commutative algebra  |    Keywords:  tab completion, 
InfinitePolynomialRing
Work_issues:                       |      Author:  Simon King                   
         
   Upstream:  N/A                  |    Reviewer:                               
         
     Merged:                       |  
-----------------------------------+----------------------------------------

Comment(by SimonKing):

 I am currently overhauling the InfinitePolynomialRing code, and I do so at
 ticket #7580.

 My impression is that it would simplify the work flow if this ticket would
 be closed as unresolved, and that the implementation of tab completion
 should be part of #7580.

 Also, I found that the method {{{_getAttributeNames}}} is not needed. It
 suffices for both tab completion and introspection if the
 {{{__getattr__}}} method returns {{{dir(underlying polynomial}}} if the
 attribute {{{__methods__}}} is requested.

 I only wonder if it is dangerous to make {{{p.__methods__}}} return things
 that aren't methods. However, when I googled for it, my impression was
 that the use of {{{__methods__}}} in Python is not consistent. What is the
 Sage policy?

 And do you agree that the work should be moved to #7580 ?

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6854#comment:10>
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.


Reply via email to