Re: [Tutor] Re: Error Raising

2005-04-21 Thread Alan Gauld
The tutorial is one of the documents, but you should have downloaded all of the documentation for the current version, not just the tutor. Alan G. - Original Message - From: "Joseph Quigley" <[EMAIL PROTECTED]> To: ; Sent: Thursday, April 21, 2005 3:43 PM Subject: [

Re: [Tutor] Re: Error Raising

2005-04-21 Thread Kent Johnson
Joseph Quigley wrote: PS. Would the Tutorial included with IDLE be the same as the site's docs? Yes, I think so, though the site docs might be slightly newer, they are updated occasionally. Kent ___ Tutor maillist - Tutor@python.org http://mail.python.

[Tutor] Re: Error Raising

2005-04-21 Thread Joseph Quigley
Ahh. I really like the ability to make my own exceptions. This info will help alot. Thanks, Joe PS. Would the Tutorial included with IDLE be the same as the site's docs? The standard (built-in) exceptions are documented here: http://docs.python.org/lib/module-exceptions.html If you don't