[docs] [issue17352] Be clear that __prepare__ must be declared as a class method
Ethan Furman
report at bugs.python.org
Tue Mar 3 01:10:20 CET 2015
Ethan Furman added the comment:
Should __prepare__ be special-cased as a classmethod, like __new__ is? Is there any reason to ever have __prepare__ /not/ be a classmethod?
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17352>
_______________________________________
More information about the docs
mailing list