#16561: Derivations for separable function fields
-------------------------------------+-------------------------------------
       Reporter:  saraedum           |        Owner:
           Type:  enhancement        |       Status:  needs_review
       Priority:  minor              |    Milestone:  sage-6.4
      Component:  commutative        |   Resolution:
  algebra                            |    Merged in:
       Keywords:  sd59               |    Reviewers:  Vincent Delecroix
        Authors:  Julian Rueth       |  Work issues:
Report Upstream:  N/A                |       Commit:
         Branch:                     |  06770a3da7ce7ba7771f44e5233925922903761b
  u/saraedum/ticket/16561            |     Stopgaps:
   Dependencies:  #16518             |
-------------------------------------+-------------------------------------

Comment (by vdelecroix):

 `CartesianProduct` is likely to be deprecated (#15425 and #18411). If you
 want to iterate over the pairs you would better use `product` from
 itertools as
 {{{
 sage: from itertools import product
 sage: for pair in product(S, repeat=2):
 ....:     # do what you want
 }}}

--
Ticket URL: <http://trac.sagemath.org/ticket/16561#comment:15>
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