This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Example does not match diagram.
Type: Stage:
Components: Documentation Versions: Python 2.2
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: akuchling Nosy List: akuchling, nejucomo
Priority: normal Keywords:

Created on 2004-09-06 23:43 by nejucomo, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
sect-rellinks.html nejucomo, 2004-09-06 23:43 The URL contents as of this posting.
Messages (2)
msg22377 - (view) Author: Nefarious CodeMonkey, Jr. (nejucomo) Date: 2004-09-06 23:43
The PEP describing the new type system changes in v2.2
introduces an inheritance diagram to illustrate a
problem.  After introducing the problem and solution,
the "super" function is introduced.  After that, a code
example shows a use of super for the case in the diagram.

The bug is that the inheritance shown in the diagram is
not in the code, and the class definition should read
"class D (B, C):" instead of "class D:".

This is seen at:
http://www.python.org/doc/2.2.3/whatsnew/sect-rellinks.html
msg22378 - (view) Author: A.M. Kuchling (akuchling) * (Python committer) Date: 2004-09-10 19:35
Logged In: YES 
user_id=11375

Fixed in CVS HEAD; will backport to the 2.2 and 2.3
maintenance branches.  It's unlikely anyone will regenerate
the 2.2 HTML docs, though.  

Thanks for reporting this!
History
Date User Action Args
2022-04-11 14:56:06adminsetgithub: 40878
2004-09-06 23:43:11nejucomocreate