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 ethan.furman
Recipients docs@python, ethan.furman, ncoghlan
Date 2015-03-03.00:10:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425341420.2.0.557808953232.issue17352@psf.upfronthosting.co.za>
In-reply-to
Content
Should __prepare__ be special-cased as a classmethod, like __new__ is?  Is there any reason to ever have __prepare__ /not/ be a classmethod?
History
Date User Action Args
2015-03-03 00:10:20ethan.furmansetrecipients: + ethan.furman, ncoghlan, docs@python
2015-03-03 00:10:20ethan.furmansetmessageid: <1425341420.2.0.557808953232.issue17352@psf.upfronthosting.co.za>
2015-03-03 00:10:20ethan.furmanlinkissue17352 messages
2015-03-03 00:10:20ethan.furmancreate