[issue6564] Error in Sec. 8.4 of Tutorial

2009-07-24 Thread Georg Brandl
Georg Brandl added the comment: Indeed :) Fixed in r74194. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___

[issue6564] Error in Sec. 8.4 of Tutorial

2009-07-24 Thread Gaelen Marsden
New submission from Gaelen Marsden : 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. -- assi