[Python-ideas] Good uses for staticmethod

Guido van Rossum guido at python.org
Fri Jul 22 13:51:19 EDT 2016


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.


More information about the Python-ideas mailing list