#13516: prime_powers doesn't work with start very well
---------------------------------+------------------------------------------
Reporter: kcrisman | Owner: was
Type: defect | Status: positive_review
Priority: major | Milestone: sage-5.6
Component: number theory | Resolution:
Keywords: beginner | Work issues:
Report Upstream: N/A | Reviewers: Dmitrii Pasechnik, Punarbasu
Purkayastha
Authors: Kevin Halasz | Merged in:
Dependencies: | Stopgaps:
---------------------------------+------------------------------------------
Comment (by kcrisman):
Ah, I knew I shouldn't have asked about this, because now of course I have
to keep following up... you can't do
{{{
sage: type(v[0]) # :trac:`922`
}}}
and have it formatted, because it's in a literal block, it would have to
be
{{{
TESTS:
Check :trac:`922`is fixed::
sage: v = prime_powers(10)
sage: type(v[0])
<type 'sage.rings.integer.Integer'>
}}}
or something like that. But I don't know if that's worth it...
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13516#comment:32>
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.