The mercurial repository contained in this tar file is corrupted
making it impossible (for me at least) to resubmit my patches.   They
continue to fix the following bugs:

sage: G = PermutationGroup(['(1,2,3)', '(2,3)'])
sage: G.cayley_table()

versus:

sage: G = SymmetricGroup(3)
sage: G.cayley_table()

and

sage: G = PermutationGroup([(1,2,3), (2,3)])
sage: N = PermutationGroup([(1,2,3)])
sage: G.quotient_group(N)

versus:

sage: G = PermutationGroup([(991,992,993), (992,993)])
sage: N = PermutationGroup([(991,992,993)])
sage: G.quotient_group(N)


--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/
-~----------~----~----~----~------~----~------~--~---

Reply via email to