Adding optional 'explicit' declaration?

Laurent Pointal laurent.pointal at wanadoo.fr
Fri Apr 27 15:01:02 EDT 2001


"Fredrik Lundh" <fredrik at pythonware.com> wrote in <Bl%F6.7201$sk3.1937028
@newsb.telia.net>:

>Laurent Pointal wrote:
>> exceptions catching hide the traceback
>
>like this?
>
>try:
>    sometnhig
>except:
>    something
>

Yes, we have added optional traceback printing in some modules to debug some 
them easily, because they normally catch catch errors and process them in 
their way (ok for runtime error in production, bad for development errors 
'bugs').

A+

Laurent.



More information about the Python-list mailing list