I just stumbled over
```
sage: Q.<z> = Frac(QQ['z'])
sage: R.<x,y> = Q[]
sage: r = x*y - (2*z-1)/(z^2+z+1) * x + y/z
sage: p = r * (x + z*y - 1/z^2)
sage: p // p
0*x^2*y + (0*z)*x*y^2
```
in current develop.

Does somebody have an old version of sage, so we can see whether this is a 
regression?

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To view this discussion visit 
https://groups.google.com/d/msgid/sage-devel/27375d2a-c3fd-4f01-968b-00d0c21996a2n%40googlegroups.com.

Reply via email to