Can I hide internal method calls from an exception stack trace?

Peter Otten __peter__ at web.de
Fri Nov 7 11:30:15 EST 2008


Paul McGuire wrote:

> Is there any way to hide portions of an exception stack trace?  When

Add a try...except at the appropriate level. Why do you want to do anything
more complex?

Peter

 




More information about the Python-list mailing list