Re: [sage-devel] Re: Parent equality

2010-09-01 Thread Florent Hivert
Hi there, On Wed, Sep 01, 2010 at 08:27:22PM -0500, Jason Grout wrote: > On 9/1/10 7:25 PM, David Roe wrote: > > >P.S. To find an example of two parents which currently compare as equal but > >are not the same object, do > >sage: R = Zp(5, print_sep="|") > >sage: S = Zp(5, print_sep=":") >

[sage-devel] Re: Parent equality

2010-09-01 Thread Jason Grout
On 9/1/10 7:25 PM, David Roe wrote: P.S. To find an example of two parents which currently compare as equal but are not the same object, do sage: R = Zp(5, print_sep="|") sage: S = Zp(5, print_sep=":") sage: R == S True sage: R is S False Carl Witty commented on a similar issue in printing i