[sage-devel] Re: A tiny bug in the polydict implementation of multivariate polynomial ring.

2009-10-04 Thread Kwankyu
Hi, I created the ticket 7119 for this bug, and attached a patch. Kwankyu --~--~-~--~~~---~--~~ To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel-unsubscr...@googlegroups.com For more

[sage-devel] Re: A tiny bug in the polydict implementation of multivariate polynomial ring.

2009-10-01 Thread Kwankyu
Hi, this bug results from the class PolyDict in sage/rings/polynomial/ polydict.pyx rests upon "zero" optional parameter, which defaults to integer 0, to decide the characteristic of the parent ring when its object is printed. On the other hand, f.lt() does not set the zero parameter in sage/ring