#11530: Conversion of finite field elements to PARI mangles Mod
------------------------------+---------------------------------------------
   Reporter:  rbeezer         |          Owner:  AlexGhitza                     
         
       Type:  defect          |         Status:  needs_work                     
         
   Priority:  major           |      Milestone:  sage-4.7.1                     
         
  Component:  algebra         |       Keywords:  _pari_init_, variable name, 
finite field
Work_issues:                  |       Upstream:  N/A                            
         
   Reviewer:  Jeroen Demeyer  |         Author:  Simon King, Rob Beezer         
         
     Merged:                  |   Dependencies:                                 
         
------------------------------+---------------------------------------------
Changes (by jdemeyer):

  * status:  needs_review => needs_work


Comment:

 Wny not make lines 370--371 more consistent and write
 {{{
 g = str(self.parent().modulus()._pari_with_name(var))
 f = str(self.polynomial()._pari_with_name(var))
 }}}

 I guess you could even omit the "str()" since that will be done anyway in
 the formatting on line 372.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11530#comment:14>
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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to