[Python-3000] multi-dispatch again

2007-01-14 Thread tomer filiba
i just thought of a so-to-speak counter-example for ABCs... it's not really a counter-example, but i believe it shows a deficiency in the concept. theoretically speaking, objects are a made of type and state. ABCs, isinstance() and interfaces at general only check the type part. for example: @di

Re: [Python-3000] multi-dispatch again

2007-01-14 Thread Guido van Rossum
Please move this to python-ideas; it is insufficiently thought through to be relevant to py3k development. On 1/14/07, tomer filiba <[EMAIL PROTECTED]> wrote: > i just thought of a so-to-speak counter-example for ABCs... it's not really > a counter-example, but i believe it shows a deficiency in t