[issue46814] Documentation for constructin abstract base classes is misleading

2022-02-21 Thread Josh A. Mitchell
Change by Josh A. Mitchell : -- keywords: +patch pull_requests: +29592 stage: -> patch review pull_request: https://github.com/python/cpython/pull/31463 ___ Python tracker <https://bugs.python.org/issu

[issue46814] Documentation for constructin abstract base classes is misleading

2022-02-21 Thread Josh A. Mitchell
New submission from Josh A. Mitchell : The docs for the abc[0] module states "With this class, an abstract base class can be created by simply deriving from ABC", and then gives an example of a class with no contents. This is not sufficient to construct an ABC; an ABC in Python ad