[docs] [issue30096] Update examples in abc documentation to use abc.ABC
Vedran Čačić
report at bugs.python.org
Thu Sep 7 00:48:57 EDT 2017
Vedran Čačić added the comment:
"Best practices" according to whom?
Inheritance is one thing, metaclass changing is another thing. They should look different. Yes, I appreciate the fact that I can write "(Blah)" instead of "(metaclass=BlahMeta)" in quick and dirty scripts, but my feeling is that that practice shouldn't be promoted in the docs.
Please read http://bugs.python.org/issue26988#msg273076 for another perspective.
----------
nosy: +veky
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30096>
_______________________________________
More information about the docs
mailing list