[Python-Dev] PEP 443 Accepted (original) (raw)
Markus Unterwaditzer markus at unterwaditzer.net
Wed Jun 5 09:29:14 CEST 2013
- Previous message: [Python-Dev] PEP 443 Accepted
- Next message: [Python-Dev] PEP 443 Accepted
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 <guido at 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 at python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/markus%40unterwaditzer.net
- Previous message: [Python-Dev] PEP 443 Accepted
- Next message: [Python-Dev] PEP 443 Accepted
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]