[Python-Dev] Py3k: Except clause syntax

Greg Ewing greg.ewing at canterbury.ac.nz
Sat Mar 18 05:17:50 CET 2006


Georg Brandl wrote:
> I predict people will come and write
> 
> except NameError as e, OtherError as f:

Then they'll learn very fast not to write that,
because they'll get a SyntaxError.

Greg


More information about the Python-Dev mailing list