As somebody who missed the discussion about it and right now took a quick look 
at the PEP, i ask myself how subclasses are handled, as i don't see anything 
about it in the PEP, just support for ABCs.

E.g if

    issubclass(Apple, Fruit)

And i call a function which has registered an implementation for the Fruits 
type with an object of type Apple, is this implementation used? I assume so, 
but as said, i don't see it mentioned anywhere.

-- Markus (from phone)

Guido van Rossum <gu...@python.org> wrote:
>Łukasz,
>
>Congratulations! I've accepted PEP 443. I've already marked it as
>Accepted in the repo. I've also applied some very minor edits in order
>to make the text flow a little better in a few places. I think this is
>a great PEP -- it's simple, doesn't overreach, and you've managed the
>bikeshedding admirably. Thank you for your great contribution to
>Python!
>
>-- 
>--Guido van Rossum (python.org/~guido)
>_______________________________________________
>Python-Dev mailing list
>Python-Dev@python.org
>http://mail.python.org/mailman/listinfo/python-dev
>Unsubscribe:
>http://mail.python.org/mailman/options/python-dev/markus%40unterwaditzer.net

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to