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 NeilGirdhar
Recipients NeilGirdhar, docs@python, ncoghlan
Date 2016-10-16.07:40:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476603637.87.0.528236304614.issue28437@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2016-10-16 07:40:37NeilGirdharsetrecipients: + NeilGirdhar, ncoghlan, docs@python
2016-10-16 07:40:37NeilGirdharsetmessageid: <1476603637.87.0.528236304614.issue28437@psf.upfronthosting.co.za>
2016-10-16 07:40:37NeilGirdharlinkissue28437 messages
2016-10-16 07:40:37NeilGirdharcreate