On Nov 15, 8:55 pm, "[EMAIL PROTECTED]"
<[EMAIL PROTECTED]> 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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to