Open ghost opened 8 years ago
It is safer to specify an exception type.
"The last except clause may omit the exception name(s), to serve as a wildcard. Use this with extreme caution, since it is easy to mask a real programming error in this way!"
REFS: https://docs.python.org/2/library/exceptions.html https://docs.python.org/2/tutorial/errors.html
This bug is partially fixed, we should do more someday, so I'm leaving open for now.
It is safer to specify an exception type.
"The last except clause may omit the exception name(s), to serve as a wildcard. Use this with extreme caution, since it is easy to mask a real programming error in this way!"
REFS: https://docs.python.org/2/library/exceptions.html https://docs.python.org/2/tutorial/errors.html