Bugs item #1710295, was opened at 2007-04-30 21:52
Message generated for change (Comment added) made by gbrandl
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1710295&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Documentation
Group: Python 2.5
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: elrond79 (elrond79)
Assigned to: Nobody/Anonymous (nobody)
Summary: Tutorial - Section 8.3 - <type 'instance'>

Initial Comment:
In section 8.3 of the Tutorial, after a paragraph saying "But use of .args is 
discouraged" is a code sample; in this sample, I believe the line

<type 'instance'>

should be changed to 

<type 'exceptions.Exception'>

At least, that's what I get when I input the sample... and it certainly makes 
more sense.

Python version: 2.5.1
OS: Microsoft Windows XP
    Professional x64 Edition
    Version 2003
    Service Pack 1
(taken from the System Properties / General page...)


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

>Comment By: Georg Brandl (gbrandl)
Date: 2007-05-01 06:04

Message:
Logged In: YES 
user_id=849994
Originator: NO

Thanks for the report, this is now fixed in rev. 55036, 55037 (2.5).

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1710295&group_id=5470
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to