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 daniel.urban
Recipients William.Schwartz, daniel.urban, docs@python, eric.araujo, ncoghlan
Date 2012-07-05.16:47:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341506827.6.0.513952941101.issue15243@psf.upfronthosting.co.za>
In-reply-to
Content
__prepare__ is not implicitly a staticmethod, and it is called exactly as documented (also in types.prepare_class). There is no implicit first argument because the method is called on the (meta)class object.
History
Date User Action Args
2012-07-05 16:47:07daniel.urbansetrecipients: + daniel.urban, ncoghlan, eric.araujo, docs@python, William.Schwartz
2012-07-05 16:47:07daniel.urbansetmessageid: <1341506827.6.0.513952941101.issue15243@psf.upfronthosting.co.za>
2012-07-05 16:47:07daniel.urbanlinkissue15243 messages
2012-07-05 16:47:06daniel.urbancreate