[issue36947] Fix 3.3.3.1 Metaclasses Documentation

Josh Rosenberg report at bugs.python.org
Tue Sep 24 23:24:19 EDT 2019


Josh Rosenberg <shadowranger+python at gmail.com> added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36947>
_______________________________________


More information about the Python-bugs-list mailing list