New submission from zouzhile <[EMAIL PROTECTED]>:

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 <[EMAIL PROTECTED]>
<http://bugs.python.org/issue3737>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to