[issue34338] abstractmethod can run on classes

2018-08-07 Thread Nikolas Vanderhoof
Nikolas Vanderhoof added the comment: This behavior is consistent with the behavior described in the documentation for `@classmethod`. https://docs.python.org/3.6/library/functions.html?highlight=classmethod#classmethod "It can be called either on the class (such as C.f()) or on an ins

[issue34338] abstractmethod can run on classes

2018-08-07 Thread Nikolas Vanderhoof
Nikolas Vanderhoof added the comment: I've also posted that response on stackoverflow to your question in case others have the same confusion. -- ___ Python tracker <https://bugs.python.org/is