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 hroncok
Recipients docs@python, hroncok, rhettinger, serhiy.storchaka, vstinner
Date 2018-11-08.15:33:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1541691234.47.0.788709270274.issue35190@psf.upfronthosting.co.za>
In-reply-to
Content
I fail to understand what abc classes can be used to test whether a class provides a particular interface, and what abc classes cannot be used that way. What is the difference between those abc classes and why are all those abc classes listed together when they behave differently?
History
Date User Action Args
2018-11-08 15:33:54hroncoksetrecipients: + hroncok, rhettinger, vstinner, docs@python, serhiy.storchaka
2018-11-08 15:33:54hroncoksetmessageid: <1541691234.47.0.788709270274.issue35190@psf.upfronthosting.co.za>
2018-11-08 15:33:54hroncoklinkissue35190 messages
2018-11-08 15:33:54hroncokcreate