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

SourceForge.net noreply at sourceforge.net
Fri Sep 10 21:35:10 CEST 2004


Bugs item #1023359, was opened at 2004-09-06 19:43
Message generated for change (Comment added) made by akuchling
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: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Nefarious CodeMonkey, Jr. (nejucomo)
Assigned to: A.M. Kuchling (akuchling)
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

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

>Comment By: A.M. Kuchling (akuchling)
Date: 2004-09-10 15:35

Message:
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!


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

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