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 brett.cannon
Recipients brett.cannon, docs@python
Date 2017-04-18.19:51:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1492545098.58.0.705598301268.issue30096@psf.upfronthosting.co.za>
In-reply-to
Content
I noticed that the documentation for the abc module (https://docs.python.org/3/library/abc.html) has all example classes use ABCMeta instead of ABC which is what most people probably want. To keep things simple the docs should probably be updated to inherit from abc.ABC.
History
Date User Action Args
2017-04-18 19:51:38brett.cannonsetrecipients: + brett.cannon, docs@python
2017-04-18 19:51:38brett.cannonsetmessageid: <1492545098.58.0.705598301268.issue30096@psf.upfronthosting.co.za>
2017-04-18 19:51:38brett.cannonlinkissue30096 messages
2017-04-18 19:51:38brett.cannoncreate