Greg Ewing wrote:
> For Py3k, any thoughts on changing the syntax of
> the except clause from
>
> except <type>, <value>:
>
> to
>
> except <type> as <value>:
>
> so that things like
>
> except TypeError, ValueError:
>
> will do what is expected?
+1 here
I actually had a go at figuring how to do this a long while back, but I have
no idea what I ended up doing with the code (I think it died along with the
old hard drive in my laptop).
Cheers,
Nick.
--
Nick Coghlan | [EMAIL PROTECTED] | Brisbane, Australia
---------------------------------------------------------------
http://www.boredomandlaziness.org
_______________________________________________
Python-Dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe:
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com