Okay, thanks > On Jul 22, 2016, at 1:51 PM, Guido van Rossum <guido at python.org> wrote: > > Honestly, staticmethod was something of a mistake -- I was trying to > do something like Java class methods but once it was released I found > what was really needed was classmethod. But it was too late to get rid > of staticmethod.