[Python-Dev] Sneaky 'super' instances

Moore, Paul Paul.Moore@atosorigin.com
Thu, 12 Jun 2003 11:29:48 +0100


From: Moore, Paul=20
> Specifically, requirement (e) in the PEP considers precisely
> the case where neither the "protocol" nor the "object" need
> to know about the adapt() mechanism. Sadly, the reference
> implementation provided does not support requirement (e).

And doubly sadly, I see that PyProtocols doesn't either. I'd
suggest that you add this, and then maybe your "chicken and egg"
issues will go away. Or maybe I've missed something :-)

Paul.