Hi, 

I just noticed that the timeit short-cut seems more broken than normal (at 
least I think this worked previous to 2.10.2:
sage: R.<x>=ZZ[]
sage: f=x^2-1
sage: timeit f.factor()
------------------------------------------------------------
   File "<ipython console>", line 1
     timeit f.factor()
            ^
<type 'exceptions.SyntaxError'>: invalid syntax

The ipython native %timeit still works though.

Is this breakage intentional?  trac ticket warranted?

--
Joel

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to