#9630: Python ints should have a conversion to Maxima
-------------------------+--------------------------------------------------
   Reporter:  kcrisman   |       Owner:  burcin
       Type:  defect     |      Status:  new   
   Priority:  major      |   Milestone:  4.5.3 
  Component:  symbolics  |    Keywords:        
     Author:             |    Upstream:  N/A   
   Reviewer:             |      Merged:        
Work_issues:             |  
-------------------------+--------------------------------------------------
 I don't know how this might be done, but
 {{{
 for n in range(1,10):
     sum(k, k, 1, n)
 }}}
 doesn't work, while
 {{{
 for n in [1..10]:
     sum(k,k,1,n)
 }}}
 does.  We need to fix
 {{{
 int(3)._maxima_()
 AttributeError: 'int' object has no attribute '_maxima_'
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9630>
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