#10483: Deprecate the misuse of symbolic variables as polynomial variable
-------------------------------------+-------------------------------------
       Reporter:  SimonKing          |        Owner:  AlexGhitza
           Type:  defect             |       Status:  needs_work
       Priority:  major              |    Milestone:  sage-6.4
      Component:  basic arithmetic   |   Resolution:
       Keywords:  deprecation        |    Merged in:
  symbolic polynomial variable       |    Reviewers:  Karl-Dieter Crisman
        Authors:  Simon King, Ralf   |  Work issues:
  Stephan                            |       Commit:
Report Upstream:  N/A                |  649f6fb728c51f319a369046490afcda8d367ac7
         Branch:  public/10483-2     |     Stopgaps:
   Dependencies:                     |
-------------------------------------+-------------------------------------

Comment (by rws):

 Replying to [comment:32 jdemeyer]:
 > Replying to [comment:30 rws]:
 > > Can you please give an example?
 > {{{
 > R = ZZ_q[x if isinstance(x,basestring) else str(x)].quotient(quotient, x
 if isinstance(x,basestring) else str(x))
 > }}}
 Well, it seems I cannot remove the `str` here, but reducing to `R =
 ZZ_q[str(x)].quotient(quotient, str(x))` is possible, as `x` is of type
 `Expression`.

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