On Wed, Apr 20, 2011 at 06:41:26PM -0700, François wrote:
> > This test reduces to:
> >
> > sage: class CCls(Parent):
> > ... def __eq__(self, other):
> > ... return True
> > sage: x = CCls()
> > sage: x == None
> > True
> >
> > and I assume you get False instead with Python 2.7, right?
>
> I have shown the whole output of the doctest failure. What was
> expected was a traceback ending up with an "AssertionError" message
> and I got absolutely nothing instead.
Yes. Can you please check that I did not screw up my reduced example
and that it indeed returns False on Python 2.7 instead of True on 2.6?
Cheers,
Nicolas
--
Nicolas M. Thiéry "Isil" <[email protected]>
http://Nicolas.Thiery.name/
--
To post to this group, send an email to [email protected]
To unsubscribe from this group, send an email to
[email protected]
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org