Quoting je <[email protected]>: > I should have mentionned the code here is a sample to show the > problem, and that err1() and err2() (which don't exist) are supposed > to fail and raise an error. > > The error from err1() is displayed, but the error from err2() is not.
Have you tried the same code without web.py, i.e. just as an ordinary Python function? I assume, you will have the same situation, so this probably not web.py related. (I didn't try.) -- You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/webpy?hl=en.
