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 ncoghlan
Recipients Ramchandra Apte, cjw296, daniel.urban, docs@python, eric.araujo, ncoghlan, terry.reedy
Date 2013-02-18.09:53:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361181220.21.0.873212552502.issue17179@psf.upfronthosting.co.za>
In-reply-to
Content
For the simple case where you don't need to provide a metaclass hint, the simplest conversion is actually directly to the 3-argument form of type().

As far as the docstring goes, I don't want to make it as long as the full docs, but it could probably stand to be longer than it is.
History
Date User Action Args
2013-02-18 09:53:40ncoghlansetrecipients: + ncoghlan, terry.reedy, cjw296, eric.araujo, daniel.urban, docs@python, Ramchandra Apte
2013-02-18 09:53:40ncoghlansetmessageid: <1361181220.21.0.873212552502.issue17179@psf.upfronthosting.co.za>
2013-02-18 09:53:40ncoghlanlinkissue17179 messages
2013-02-18 09:53:40ncoghlancreate