This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.araujo
Recipients SilentGhost, cool-RR, docs@python, eric.araujo
Date 2011-01-13.21:40:16
SpamBayes Score 7.595662e-05
Marked as misclassified No
Message-id <1294954821.42.0.112491349166.issue10893@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2011-01-13 21:40:21eric.araujosetrecipients: + eric.araujo, SilentGhost, cool-RR, docs@python
2011-01-13 21:40:21eric.araujosetmessageid: <1294954821.42.0.112491349166.issue10893@psf.upfronthosting.co.za>
2011-01-13 21:40:16eric.araujolinkissue10893 messages
2011-01-13 21:40:16eric.araujocreate