[issue19726] BaseProtocol is not an ABC

Antoine Pitrou report at bugs.python.org
Sat Nov 30 12:13:07 CET 2013


Antoine Pitrou added the comment:

> Well, it *is* abstract because it has no implementations and all the
> methods raise NotImplementedError.

Hmm, actually, the methods don't raise NotImplementedError, they just have default empty implementations.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19726>
_______________________________________


More information about the Python-bugs-list mailing list