[ python-Bugs-1023359 ] Example does not match diagram.

SourceForge.net noreply at sourceforge.net
Tue Sep 7 01:43:11 CEST 2004


Bugs item #1023359, was opened at 2004-09-06 23:43
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1023359&group_id=5470

Category: Documentation
Group: Python 2.2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Nefarious CodeMonkey, Jr. (nejucomo)
Assigned to: Nobody/Anonymous (nobody)
Summary: Example does not match diagram.

Initial Comment:
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

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1023359&group_id=5470


More information about the Python-bugs-list mailing list