python interfaces

Michele Simionato michele.simionato at gmail.com
Fri Jan 4 10:23:26 EST 2008


On Jan 4, 3:59 pm, hyperboreean <hyperbore... at nerdshack.com> wrote:
> Hi,
> Probably it has been asked before, but I'll still ask.
> Why doesn't python provide interfaces trough its standard library? Or it
> was ever proposed to be included in the language?
> Zope's implementation seems pretty flexible and straightforward.
>
> Thanks.

Python 3.0 will introduce Abstract Base Classes:

http://www.python.org/dev/peps/pep-3119/



More information about the Python-list mailing list