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 veky
Recipients Eric Appelt, brett.cannon, docs@python, eric.araujo, rhettinger, veky
Date 2017-09-07.04:48:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1504759737.19.0.151303993396.issue30096@psf.upfronthosting.co.za>
In-reply-to
Content
"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.
History
Date User Action Args
2017-09-07 04:48:57vekysetrecipients: + veky, brett.cannon, rhettinger, eric.araujo, docs@python, Eric Appelt
2017-09-07 04:48:57vekysetmessageid: <1504759737.19.0.151303993396.issue30096@psf.upfronthosting.co.za>
2017-09-07 04:48:57vekylinkissue30096 messages
2017-09-07 04:48:56vekycreate