Denis Ryzhkov <den...@denisr.com> added the comment:

Simple explanation: if you call a method of a parent, then you are using class 
information now, so your child method is not static any more. Please use 
classmethod decorator and super() with no arguments - it will use cls argument 
implicitly

----------
nosy: +denisr

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31118>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to