Re: [Tutor] Unhandled exception

2014-07-21 Thread Dave Angel
"yarteydegre...@gmail.com" Wrote in message: > > I'm glad they were able to help. But please let me point out a few procedural issues, for nex time. You started a whole new thread just to say thanks. You should only start one to ask a new question or start a new discussion. Otherwise us

Re: [Tutor] Unhandled exception

2014-07-21 Thread yarteydegre...@gmail.com
Thanks, Alan and Ben! I really appreciate your explanations. Degreat - Reply message - From: "Ben Finney" To: Subject: [Tutor] Unhandled exception Date: Mon, Jul 21, 2014 11:16 "yarteydegre...@gmail.com" writes: > I just want to know if an unhandled e

Re: [Tutor] Unhandled exception

2014-07-21 Thread Ben Finney
"yarteydegre...@gmail.com" writes: > I just want to know if an unhandled exception is a bug in my programs! That's a good question, thanks for asking. In some programming languages, exceptions are something to avoid and reduce where possible. But that's not the case for Python. In Python, exc

Re: [Tutor] Unhandled exception

2014-07-21 Thread Alan Gauld
On 21/07/14 07:57, yarteydegre...@gmail.com wrote: I just want to know if an unhandled exception is a bug in my programs! No, its not. Maybe. Exceptions can happen for all sorts of reasons, for some you can do something if they happen. In those cases handling the exception makes sense. In oth

[Tutor] Unhandled exception

2014-07-21 Thread yarteydegre...@gmail.com
I just want to know if an unhandled exception is a bug in my programs! Degreat ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor