#11223: Ipython magic commands don't get preparsed
------------------------------+---------------------------------------------
Reporter: mderickx | Owner: was
Type: defect | Status: new
Priority: major | Milestone: sage-4.7.1
Component: user interface | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
------------------------------+---------------------------------------------
the following was posted in http://groups.google.com/group/sage-
devel/browse_thread/thread/209cb82fd378946b/b7122bbf9c893928#b7122bbf9c893928
One problem, these things don't seem to be preparsed.
{{{
----------------------------------------------------------------------
| Sage Version 4.6.2, Release Date: 2011-02-25 |
| Type notebook() for the GUI, and license() for information. |
----------------------------------------------------------------------
sage: %bg factor(next_prime(10^30)*next_prime(10^40))
Starting job # 0 in a separate thread.
sage: jobs.status()
Completed jobs:
0 : factor(next_prime(10^30)*next_prime(10^40))
sage: jobs[0].result
23 * 37
}}}
because
{{{
Python 2.6.1 (r261:67515, Jun 24 2010, 21:47:49)
[GCC 4.2.1 (Apple Inc. build 5646)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> 10^30
20
>>> 10^40
34
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11223>
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.