#14772: Remove CombinatorialClass from Permutations
-------------------------------------+-------------------------------------
       Reporter:  tscrim             |        Owner:  sage-combinat
           Type:  enhancement        |       Status:  needs_work
       Priority:  major              |    Milestone:  sage-5.12
      Component:  combinatorics      |   Resolution:
       Keywords:  days49             |    Merged in:
        Authors:  Travis Scrimshaw   |    Reviewers:  Mike Hansen, Darij
Report Upstream:  N/A                |  Grinberg, Jeff Ferreira
         Branch:                     |  Work issues:
   Dependencies:  #8386 #14519       |       Commit:
  #14808 #14143 #14015 #14516        |     Stopgaps:
  #14863                             |
-------------------------------------+-------------------------------------
Changes (by zabrocki):

 * status:  positive_review => needs_work


Comment:

 There is something wrong !

 Before applying this patch:

 {{{
 sage: Permutation([3,2,1])
 }}}

 After applying this patch:

 {{{
 sage: Permutation([3,2,1])
 Traceback (most recent call last)
 ...
 TypeError: __init__() got multiple values for keyword argument 'parent'
 }}}

 How can that be an error (and what does that error message tell me)?

--
Ticket URL: <http://trac.sagemath.org/ticket/14772#comment:59>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to