Youps, there was a little problem in my patch for the univariate
fraction field case. This patch replaces the previous one.

Guillaume

229c229,236
<
---
>
>       elif sage.rings.fraction_field.is_FractionField(self.base_ring()) and 
> (self.base_ring().base_ring() is ZZ or 
> self.base_ring().base_ring().is_prime_field()):
>           if self.base_ring().ngens()==1:
>             gens = str(self.base_ring().gen())
>           else:
>               gens = str(self.base_ring().gens())
>             self.__singular = singular.ring( 
> "(%s,%s)"%(self.base_ring().characteristic(),gens), _vars, order=order, 
> check=False)
>
265a273
>            or ( sage.rings.fraction_field.is_FractionField(base_ring) and ( 
> base_ring.base_ring().is_prime_field() or base_ring.base_ring() is ZZ ) )

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to