[issue3737] An error in Python Library Reference document

zouzhile report at bugs.python.org
Sat Aug 30 12:47:48 CEST 2008


New submission from zouzhile <zouzhile at 126.com>:

Problem:
On the page http://docs.python.org/lib/built-in-funcs.html, there is a
description about "super(type[,object-or-type])": Return the superclass
of type. If the second argument....
This is NOT true. it will actually return an instance of the type
"super", instead of "the superclass of type".

Suggested fix:
Return a new instance of the type "super".

----------
messages: 72190
nosy: zouzhile
severity: normal
status: open
title: An error in Python Library Reference document

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


More information about the Python-bugs-list mailing list