[docs] [issue28437] Documentation for handling of non-type metaclass hints is unclear

Neil Girdhar report at bugs.python.org
Sun Oct 16 03:40:37 EDT 2016


Neil Girdhar added the comment:

Okay, I understand what you're saying, but I it says in the documentation that "if an explicit metaclass is given and it is not an instance of type(), then it is used directly as the metaclass".  My recent updated "metaclass_callable" is not an instance of type.  Why should it raise an exception?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28437>
_______________________________________


More information about the docs mailing list