On Jan 4, 3:59 pm, hyperboreean <[EMAIL PROTECTED]> 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/ -- http://mail.python.org/mailman/listinfo/python-list