Interfaces.

George Sakkis george.sakkis at gmail.com
Sat Nov 17 01:10:57 EST 2007


On Nov 15, 8:55 pm, "PeterBrad... at googlemail.com"
<PeterBrad... at googlemail.com> wrote:

> Does anyone know what the state of progress with interfaces for python
> (last I can see ishttp://www.python.org/dev/peps/pep-0245/)

No progress AFAIK for Python 2.x but Abstract Base Classes (ABCs) are
pretty close to interfaces and have been accepted for Python 3 (http://
www.python.org/dev/peps/pep-3119/). Personally I don't see any
tangible benefit in having "pure" interfaces in additon to ABCs.

George



More information about the Python-list mailing list