Hello

On Tue, Apr 6, 2010 at 12:02 PM, Rolandb <rola...@planet.nl> wrote:
> Hi, using SAGE 4.1:
>
> %timeit('for k in xrange(2,10): factor(3+10^k)')
>
> 625 loops, best of 3: 1.08 ms per loop
> Traceback (most recent call last):
> ...
> AttributeError: 'NoneType' object has no attribute 'eval'

This works fine in 4.3.4:
----------------------------------------------------------------------
| Sage Version 4.3.4, Release Date: 2010-03-19                       |
| Type notebook() for the GUI, and license() for information.        |
----------------------------------------------------------------------
sage: timeit('for k in xrange(2,10): factor(3+10^k)')
625 loops, best of 3: 982 µs per loop

--Mike

-- 
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

To unsubscribe, reply using "remove me" as the subject.

Reply via email to