Éric Araujo <mer...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue10893>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to