[New-bugs-announce] [issue10893] The docs mark staticmethod as a function

Ram Rachum report at bugs.python.org
Wed Jan 12 13:59:56 CET 2011


New submission from Ram Rachum <cool-rr at cool-rr.com>:

The Python documentation uses :func:`staticmethod` to describe staticmethod, while staticmethod is a type.

I want to link to the Python documentation from my project's documentation using Intersphinx, and I wouldn't want to mislead my users by marking static method as a function.

----------
assignee: docs at python
components: Documentation
messages: 126090
nosy: cool-RR, docs at python
priority: normal
severity: normal
status: open
title: The docs mark staticmethod as a function
type: behavior
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 New-bugs-announce mailing list