blob: e6f1569259dd9955d7b0730c9cfc4c42c1c40c20 [file] [log] [blame]
Tor Norbye3a2425a2013-11-04 10:16:08 -08001try:
2 a
3except :
Tor Norbye814f8292014-03-06 17:27:18 -08004 <warning descr="Python version 3.0, 3.1, 3.2, 3.3, 3.4 do not support this syntax.">raise ImportError, ImportWarning</warning>
Tor Norbye3a2425a2013-11-04 10:16:08 -08005
Tor Norbye814f8292014-03-06 17:27:18 -08006<warning descr="Python version 3.0, 3.1, 3.2, 3.3, 3.4 do not support this syntax. Raise with no arguments can only be used in an except block">raise</warning>