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: Tutorial - Section 8.3 -
Type: Stage:
Components: Documentation Versions: Python 2.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: elrond79, georg.brandl
Priority: normal Keywords:

Created on 2007-04-30 21:52 by elrond79, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg31918 - (view) Author: elrond79 (elrond79) Date: 2007-04-30 21:52
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...)
msg31919 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2007-05-01 06:04
Thanks for the report, this is now fixed in rev. 55036, 55037 (2.5).
History
Date User Action Args
2022-04-11 14:56:24adminsetgithub: 44914
2007-04-30 21:52:17elrond79create