Interfaces

Chris Rebert clp2 at rebertia.com
Mon Apr 5 16:06:59 EDT 2010


On Mon, Apr 5, 2010 at 8:40 AM, Roald de Vries <downaold at gmail.com> wrote:
> Dear all,
>
> PEP 245 and 246 about interfaces for python are both rejected for 'something
> much better' (GvR in 246's rejection notice). Does anybody know what this
> is? I am *very* curious!

Abstract Base Classes (ABCs) fulfill a similar purpose:
http://www.python.org/dev/peps/pep-3119/

Cheers,
Chris
--
http://blog.rebertia.com



More information about the Python-list mailing list