Re: [Python-Dev] PEP 443 Accepted

2013-06-05 Thread Łukasz Langa
On 5 cze 2013, at 09:29, Markus Unterwaditzer wrote: > 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

Re: [Python-Dev] PEP 443 Accepted

2013-06-05 Thread Nick Coghlan
On Wed, Jun 5, 2013 at 5:29 PM, Markus Unterwaditzer wrote: > 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(

Re: [Python-Dev] PEP 443 Accepted

2013-06-05 Thread Markus Unterwaditzer
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 implementati

Re: [Python-Dev] PEP 443 Accepted

2013-06-05 Thread Paul Moore
On 5 June 2013 02:32, Guido van Rossum 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 sim

Re: [Python-Dev] PEP 443 Accepted

2013-06-04 Thread Ethan Furman
Congratulations, Łukasz! -- ~Ethan~ ___ 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