#12339: Free Groups
--------------------------------+-------------------------------------------
Reporter: mmarco | Owner: joyner
Type: enhancement | Status: needs_review
Priority: major | Milestone: sage-5.5
Component: group theory | Resolution:
Keywords: free groups | Work issues:
Report Upstream: N/A | Reviewers: Volker Braun
Authors: Miguel Marco | Merged in:
Dependencies: #6391 | Stopgaps:
--------------------------------+-------------------------------------------
Comment (by vbraun):
The `Element` class has a `__cmp__` method, you are still overriding it.
You should only provide a `_cmp_`. The parent `__cmp__` will then call
`_cmp_`, possibly after coercing arguments.
I guess one should change Group to derive from Parent, though that might
be a bigger effort. I'll send an email to sage-devel to gauge interest ;-)
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12339#comment:47>
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.