Adding optional 'explicit' declaration?

Fredrik Lundh fredrik at pythonware.com
Thu Apr 26 16:15:29 EDT 2001


Laurent Pointal wrote:
> exceptions catching hide the traceback

like this?

try:
    sometnhig
except:
    something

Cheers /F





More information about the Python-list mailing list