#807: construction of function fields
--------------------------------+-------------------------------------------
   Reporter:  nbruin            |          Owner:  somebody
       Type:  defect            |         Status:  new     
   Priority:  major             |      Milestone:  sage-4.8
  Component:  basic arithmetic  |       Keywords:          
Work_issues:                    |       Upstream:  N/A     
   Reviewer:                    |         Author:          
     Merged:                    |   Dependencies:          
--------------------------------+-------------------------------------------
Changes (by kcrisman):

  * upstream:  => N/A


Comment:

 Still all true.  Four years later!
 {{{
 sage: P1.<t> = QQ[].fraction_field()
 ------------------------------------------------------------
    File "<ipython console>", line 1
      P1 = QQ[].fraction_field(names=('t',)); (t,) = P1._first_ngens(1)
              ^
 SyntaxError: invalid syntax

 sage: P1.<t> = QQ['x'].fraction_field()
 ---------------------------------------------------------------------------
 TypeError                                 Traceback (most recent call
 last)

 TypeError: fraction_field() got an unexpected keyword argument 'names'
 }}}

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