Nick Coghlan wrote: > So, as a somewhat novel approach, what about putting the "as" *before* the > list of exceptions types?
-1. When you're scanning down a series of except clauses, what you're looking for foremost is the types of exceptions being caught. The bound name is of secondary importance and only relevant to the code in the except clause. Greg _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com