Issue3737
Created on 2008-08-30 10:47 by zouzhile, last changed 2022-04-11 14:56 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg72190 - (view) | Author: zouzhile (zouzhile) | Date: 2008-08-30 10:47 | |
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". |
|||
| msg72194 - (view) | Author: Georg Brandl (georg.brandl) * ![]() |
Date: 2008-08-30 13:18 | |
Should be clarified in r66067. In the future, please choose a more specific title for your bug reports :) |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:56:38 | admin | set | github: 47987 |
| 2008-08-30 13:18:03 | georg.brandl | set | status: open -> closed resolution: fixed messages: + msg72194 nosy: + georg.brandl |
| 2008-08-30 10:47:48 | zouzhile | create | |
