#18411: get rid of CartesianProduct
-------------------------+-------------------------------------------------
       Reporter:         |        Owner:
  vdelecroix             |       Status:  needs_work
           Type:         |    Milestone:  sage-6.7
  enhancement            |   Resolution:
       Priority:  major  |    Merged in:
      Component:         |    Reviewers:
  combinatorics          |  Work issues:
       Keywords:         |       Commit:
        Authors:         |  4eacb2236a6f6d950bc3a0b0a4fb5bf038113a5c
  Vincent Delecroix      |     Stopgaps:
Report Upstream:  N/A    |
         Branch:         |
  public/18411           |
   Dependencies:         |
-------------------------+-------------------------------------------------

Comment (by vdelecroix):

 Annoying bug:
 {{{
 sage: F = FiniteEnumeratedSet([int(1), int(2)])
 sage: F(1)
 Traceback (most recent call last):
 ...
 TypeError: Cannot convert int to sage.structure.element.Element
 }}}
 And the following is also a bug IMHO
 {{{
 sage: FiniteEnumeratedSet([1,2]) is FiniteEnumeratedSet([int(1),int(2)])
 True
 }}}

--
Ticket URL: <http://trac.sagemath.org/ticket/18411#comment:22>
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/d/optout.

Reply via email to