Viktor Roytman added the comment:
Sorry to bump this after months of inactivity but is there something I need to
do here?
--
___
Python tracker
<https://bugs.python.org/issue39
Viktor Roytman added the comment:
I tried to apply this change but it didn't work, failing with this error
$ ~/.pyenv/versions/3.8.1/bin/python -m bad_classmethod_as_documented
Traceback (most recent call last):
File "/home/viktor/.pyenv/versions/3.8.1/lib/python3.
New submission from Viktor Roytman :
I couldn't get the example given for the interaction between
@singledispatchmethod and @classmethod to work
https://docs.python.org/3/library/functools.html?highlight=singledispatch#functools.singledispatchmethod
from functools i