Guido van Rossum added the comment:

You're right, I commented previously without reading the context.  The classes 
defined in protocol.py are not ABCs, they are just base classes (and not 
mandatory, just convenient, because the transport *will* assume all methods are 
implemented, and call them without checking or catching NotImplementedError).  
I will correct the docstrings.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19726>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to