[Python-Dev] Py3k: Except clause syntax

Baptiste Carvello baptiste13 at altern.org
Thu Mar 16 22:32:09 CET 2006


Greg Ewing a écrit :

>    except <type> as <value>:
> 

what about

     except <type> with <value>:

a program dies "with" an error message, not "as" an error message.

ciao,
BC



More information about the Python-Dev mailing list