blob: 3696e4a707358c26fabf52c83ea58316bdd18f64 [file] [log] [blame]
try:
a
except :
<warning descr="Python version 3.0, 3.1, 3.2, 3.3 do not support this syntax.">raise ImportError, ImportWarning</warning>
<warning descr="Python version 3.0, 3.1, 3.2, 3.3 do not support this syntax. Raise with no arguments can only be used in an except block">raise</warning>