Message291842
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. |
|
| Date |
User |
Action |
Args |
| 2017-04-18 19:51:38 | brett.cannon | set | recipients:
+ brett.cannon, docs@python |
| 2017-04-18 19:51:38 | brett.cannon | set | messageid: <[email protected]> |
| 2017-04-18 19:51:38 | brett.cannon | link | issue30096 messages |
| 2017-04-18 19:51:38 | brett.cannon | create | |
|