#12719: Upgrade to IPython 0.13
----------------------------------------------------------+-----------------
       Reporter:  kini                                    |         Owner:  tbd 
                                  
           Type:  enhancement                             |        Status:  
needs_review                          
       Priority:  critical                                |     Milestone:  
sage-5.4                              
      Component:  packages                                |    Resolution:      
                                  
       Keywords:  sd40.5                                  |   Work issues:      
                                  
Report Upstream:  N/A                                     |     Reviewers:  
Volker Braun, Mike Hansen, Jason Grout
        Authors:  Mike Hansen, Volker Braun, Jason Grout  |     Merged in:      
                                  
   Dependencies:  #13459                                  |      Stopgaps:      
                                  
----------------------------------------------------------+-----------------

Comment (by jhpalmieri):

 When I use either `time` or `%time`, the rest of the line doesn't seem to
 be preparsed: try
 {{{
 sage: srange(1/10, 1/2, 1/10)
 [1/10, 1/5, 3/10, 2/5]
 }}}
 vs.
 {{{
 sage: %time srange(1/10, 1/2, 1/10)
 ---------------------------------------------------------------------------
 ValueError                                Traceback (most recent call
 last)
 ...
 ValueError: srange() step argument must not be zero
 }}}
 Or even
 {{{
 sage: %time 1/10
 CPU times: user 0.00 s, sys: 0.00 s, total: 0.00 s
 Wall time: 0.00 s
 0  <-- note the answer!
 }}}

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