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 Eric Appelt
Recipients Eric Appelt, brett.cannon, docs@python, rhettinger
Date 2017-04-20.21:30:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1492723824.77.0.620789527212.issue30096@psf.upfronthosting.co.za>
In-reply-to
Content
I created a PR to update the documentation to use this pattern and follow Raymond's suggestion of showing both ways to define an abc.

In order to make the examples comprehensible when read from beginning to end, I reordered the classes so that abc.ABC is described first.
History
Date User Action Args
2017-04-20 21:30:24Eric Appeltsetrecipients: + Eric Appelt, brett.cannon, rhettinger, docs@python
2017-04-20 21:30:24Eric Appeltsetmessageid: <1492723824.77.0.620789527212.issue30096@psf.upfronthosting.co.za>
2017-04-20 21:30:24Eric Appeltlinkissue30096 messages
2017-04-20 21:30:24Eric Appeltcreate