Message 353134 - Python tracker

Message353134

Author josh.r
Recipients Ido Michael, Nicholas Matthews, codevil_2o, docs@python, josh.r, matrixise, serhiy.storchaka
Date 2019-09-25.03:24:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1569381859.7.0.0820679448231.issue36947@roundup.psfhosted.org>
In-reply-to
Content
The existing documentation is correct, just hard to understand if you don't already understand the point of metaclasses (metaclasses are hard, the language to describe them will be inherently a little klunky).

At some point, it might be nice to write a proper metaclass tutorial, even if it's only targeted at advanced users (the only people who should really be considering writing their own metaclasses or even directly using existing ones; everyone else should be using more targeted tools and/or inheriting from classes that already implement the desired metaclass).

The Data model docs aren't concerned with tutorials and examples though; they're just dry description, and they're doing their job here, so I think this issue can be closed.
History
Date User Action Args
2019-09-25 03:24:19josh.rsetrecipients: + josh.r, docs@python, serhiy.storchaka, matrixise, codevil_2o, Nicholas Matthews, Ido Michael
2019-09-25 03:24:19josh.rsetmessageid: <1569381859.7.0.0820679448231.issue36947@roundup.psfhosted.org>
2019-09-25 03:24:19josh.rlinkissue36947 messages
2019-09-25 03:24:19josh.rcreate