[issue6279] datamodel documentation confuses staticmethod with classmethod

Florian Mayer report at bugs.python.org
Sat Jun 13 16:13:49 CEST 2009


New submission from Florian Mayer <flormayer at aim.com>:

I think it is confusing that the datamodel documentation says __new__ is
a staticmethod while it actually is a classmethod (as it takes the class
as its first argument). Patch supplied.

----------
files: datamodel.rst.patch
keywords: patch
messages: 89331
nosy: segfaulthunter
severity: normal
status: open
title: datamodel documentation confuses staticmethod with classmethod
Added file: http://bugs.python.org/file14292/datamodel.rst.patch

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


More information about the Python-bugs-list mailing list