#5857: E.list() for E an elliptic curve over a finite field is broken
---------------------------+------------------------------------------------
Reporter: was | Owner: was
Type: defect | Status: new
Priority: major | Milestone: sage-3.4.2
Component: number theory | Keywords:
---------------------------+------------------------------------------------
E.list() doesn't work, but list(E) works fine.
{{{
sage: E = EllipticCurve(GF(11), [1,2])
sage: E.list()
---------------------------------------------------------------------------
AttributeError Traceback (most recent call
last)
/Users/wstein/.sage/temp/teragon.local/15239/_Users_wstein__sage_init_sage_0.py
in <module>()
/Users/wstein/build/sage-3.4.1/local/lib/python2.5/site-
packages/sage/structure/parent.so in sage.structure.parent.Parent.list
(sage/structure/parent.c:5196)()
AttributeError: 'EllipticCurve_finite_field' object has no attribute
'__iter__'
sage: list(E)
[(0 : 1 : 0),
(1 : 2 : 1),
(1 : 9 : 1),
(2 : 1 : 1),
...
}}}
See also #5856
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5857>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---