> expr1 except expr2 if exc_type ... > print letters[7] except "N/A" if IndexError
I sort of like it, though I'm more worried than you about ugly code. There have been many times when I wanted it so that I could use a list comprehension (or generator comprehension) instead of a function or block. The bad news is that I seem to be an anti-channeller, so my interest is perhaps not a *good* sign. -jJ _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
