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 rhettinger
Recipients brett.cannon, docs@python, rhettinger
Date 2017-04-18.21:28:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1492550885.47.0.521379696174.issue30096@psf.upfronthosting.co.za>
In-reply-to
Content
+1 It would be nice to have the examples show the usual best practices.

That said, in the doc for abc.ABC itself, it would be nice to show an brief example both ways (much like we do for the property() docstring) to show the relationship between the two.  In other words, I want people to inherit from ABC but don't want the knowledge of ABCMeta to be lost.
History
Date User Action Args
2017-04-18 21:28:05rhettingersetrecipients: + rhettinger, brett.cannon, docs@python
2017-04-18 21:28:05rhettingersetmessageid: <1492550885.47.0.521379696174.issue30096@psf.upfronthosting.co.za>
2017-04-18 21:28:05rhettingerlinkissue30096 messages
2017-04-18 21:28:05rhettingercreate