#20219: Remove redundant functions from gen.pyx
-------------------------------------+-------------------------------------
       Reporter:  jdemeyer           |        Owner:
           Type:  enhancement        |       Status:  needs_work
       Priority:  major              |    Milestone:  sage-7.2
      Component:  interfaces         |   Resolution:
       Keywords:                     |    Merged in:
        Authors:  Jeroen Demeyer     |    Reviewers:  Vincent Delecroix
Report Upstream:  N/A                |  Work issues:
         Branch:                     |       Commit:
  u/jdemeyer/remove_redundant_functions_from_gen_pyx|  
130fc90a6740a449c79e487ab71cde7204dc8f62
   Dependencies:  #20210, #20205,    |     Stopgaps:
  #20213, #20216, #20217             |
-------------------------------------+-------------------------------------

Comment (by vdelecroix):

 Replying to [comment:11 jdemeyer]:
 > Replying to [comment:10 vdelecroix]:
 > > Finally, could you change the doctest
 > > {{{
 > >      sage: var('x')
 > >      x
 > >      sage: pari(x).ceil()
 > >      x
 > > }}}
 > > to
 > > {{{
 > >     sage: pari(SR.var('x')).ceil()
 > > }}}
 >
 > Why?

 Because `var` is an horrible function that implicitely put `x` in the
 namespace.

--
Ticket URL: <http://trac.sagemath.org/ticket/20219#comment:12>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to