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: Error in Sec. 8.4 of Tutorial
Type: Stage:
Components: Documentation Versions: Python 2.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: georg.brandl, gmarsden
Priority: normal Keywords:

Created on 2009-07-24 18:24 by gmarsden, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg90890 - (view) Author: Gaelen Marsden (gmarsden) Date: 2009-07-24 18:24
In Section 8.4 of the Tutorial, "Raising Exceptions", the text following
the first example states "Alternatively, the above could be written as
raise NameError('HiThere')." Perhaps I am being dense, but I can see no
difference between the two.
msg90894 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2009-07-24 20:10
Indeed :)

Fixed in r74194.
History
Date User Action Args
2022-04-11 14:56:51adminsetgithub: 50813
2009-07-24 20:10:14georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg90894
2009-07-24 18:24:21gmarsdencreate