This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gvanrossum
Recipients Rhonda.Parker, gvanrossum, pitrou, python-dev
Date 2013-11-30.23:29:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385854154.6.0.991957523325.issue19726@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-11-30 23:29:14gvanrossumsetrecipients: + gvanrossum, pitrou, python-dev, Rhonda.Parker
2013-11-30 23:29:14gvanrossumsetmessageid: <1385854154.6.0.991957523325.issue19726@psf.upfronthosting.co.za>
2013-11-30 23:29:14gvanrossumlinkissue19726 messages
2013-11-30 23:29:14gvanrossumcreate