[Python-Dev] Problems with new-style classes and coercion

David Abrahams David Abrahams" <david.abrahams@rcn.com
Mon, 22 Apr 2002 11:16:25 -0500


----- Original Message -----
From: "Aahz" <aahz@pythoncraft.com>


> On Mon, Apr 22, 2002, David Abrahams wrote:
> >
> > This appears to be a 2.2.1 bug. Just looking for confirmation or
> > correction before I put it in the bug tracker:
> >
> > Python 2.2 (#28, Mar 13 2002, 23:18:18) [MSC 32 bit (Intel)] on
win32
>
> Whatever it is, it's definitely not a 2.2.1 bug, unless the build
> completely screwed up.

Could you please clarify? Have I forgotten how __coerce__ is supposed to
work? Is what I posted the expected behavior?

-Dave