[docs] [issue10893] The docs mark staticmethod as a function

Éric Araujo report at bugs.python.org
Thu Jan 13 22:40:21 CET 2011


Éric Araujo <merwok at netwok.org> added the comment:

staticmethod being a type or int being a function is really a CPython implementation detail.  If the docs say something is a class, it behaves as a class, you can subclass it and everything, and the other VMs implement it as a class, why would you want to consider the detail that it’s really a C function?

----------
nosy: +eric.araujo
stage:  -> committed/rejected
versions:  -Python 2.5, Python 2.6, Python 2.7, Python 3.1, Python 3.2, Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10893>
_______________________________________


More information about the docs mailing list