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 r.david.murray
Recipients docs@python, ncoghlan, nikratio, r.david.murray
Date 2013-07-01.01:50:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1372643432.44.0.257740034634.issue18334@psf.upfronthosting.co.za>
In-reply-to
Content
"Intentional" is not perhaps the exactly right term, but it is working as expected.  There was a thread about this on python-dev ("PEP 3115 compliant dynamic type creation" and "adding types.build_class for 3.3"), that ultimately resulted in the addition of the 'new_class' function to the types module.  The documentation should probably just say that types doesn't handle metaclass __prepare__, and provide a link to the new_class function.
History
Date User Action Args
2013-07-01 01:50:32r.david.murraysetrecipients: + r.david.murray, ncoghlan, nikratio, docs@python
2013-07-01 01:50:32r.david.murraysetmessageid: <1372643432.44.0.257740034634.issue18334@psf.upfronthosting.co.za>
2013-07-01 01:50:32r.david.murraylinkissue18334 messages
2013-07-01 01:50:32r.david.murraycreate