2.2 features

Greg Ewing greg at cosc.canterbury.ac.nz
Thu Aug 9 23:48:38 EDT 2001


Paul Prescod wrote:
> 
> I don't see it as an arbitrary boolean. I see it as a very fixed
> structure:
> 
> 'except' varname 'in' 'class' ExceptionName[, ExceptionName]* ':'

The trouble is that if "x in class y" were also
a valid expression, the new and old except
syntaxes would conflict.

-- 
Greg Ewing, Computer Science Dept, University of Canterbury,	  
Christchurch, New Zealand
To get my email address, please visit my web page:	  
http://www.cosc.canterbury.ac.nz/~greg



More information about the Python-list mailing list