Message113838
As you figured out it is not yet supported.
I object to making changes to the classmethod implementation.
I expect the best thing to do is to add a new
@abc.abstractclassmethod
decorator defined in pure Python (maybe the definition of abstractproperty provides a hint on how to do this).
You may want to define @abc.abstractstaticmethod as well. |
|
| Date |
User |
Action |
Args |
| 2010-08-13 21:42:45 | gvanrossum | set | recipients:
+ gvanrossum, terry.reedy, pitrou, benjamin.peterson, della, daniel.urban |
| 2010-08-13 21:42:43 | gvanrossum | set | messageid: <[email protected]> |
| 2010-08-13 21:42:41 | gvanrossum | link | issue5867 messages |
| 2010-08-13 21:42:41 | gvanrossum | create | |
|