[Python-Dev] Py3k: Except clause syntax
Baptiste Carvello
baptiste13 at altern.org
Thu Mar 16 22:32:09 CET 2006
More information about the Python-Dev mailing list
Thu Mar 16 22:32:09 CET 2006
- Previous message: [Python-Dev] Py3k: Except clause syntax
- Next message: [Python-Dev] Py3k: Except clause syntax
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] Py3k: Except clause syntax
- Next message: [Python-Dev] Py3k: Except clause syntax
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list