[New-bugs-announce] [issue36947] Fix 3.3.3.1 Metaclasses Documentation

Nicholas Matthews report at bugs.python.org
Fri May 17 10:27:51 EDT 2019


New submission from Nicholas Matthews <nmatthews at asapp.com>:

Currently the final sentence of the second paragraph reads:
"In the following example, both MyClass and MySubclass are instances of Meta:"
It should read something like:
"In the following example, both MyClass and MySubclass have the metaclass Meta, and new instances will be created using Meta:"

Classes are created by their metaclass, but cannot be said to be instances of their metaclass, correct?

----------
components: Library (Lib)
messages: 342723
nosy: Nicholas Matthews
priority: normal
severity: normal
status: open
title: Fix 3.3.3.1 Metaclasses Documentation
type: behavior
versions: Python 3.7

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


More information about the New-bugs-announce mailing list