#4149: [with patch, needs review] make every field a fraction field
------------------------+---------------------------------------------------
 Reporter:  jhpalmieri  |       Owner:  tbd                          
     Type:  defect      |      Status:  new                          
 Priority:  minor       |   Milestone:  sage-3.1.3                   
Component:  algebra     |    Keywords:  fraction field, fractionfield
------------------------+---------------------------------------------------
 Currently in Sage:
 {{{
 sage: is_FractionField(FractionField(ZZ))
 False
 sage: is_FractionField(QQ)
 False
 }}}
 These bother me.  Since every field is its own fraction field, this patch
 makes {{{is_FractionField}}} return True when the argument is a field.

 I've tried to test this for incompatibilities with other parts of Sage --
 I searched for {{{is_FractionField}}}, and this led to the change to
 jack.py. (This change is why mhansen is cc'ed on this, since he wrote
 jack.py.)  I also ran {{{sage -testall}}} after committing the change.
 Have I missed things?

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4149>
SAGE <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of 
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
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