-
Jérome Perrin authored
The fixer was modified to not rewrite: raise E, V, T -> raise E(V).with_traceback(T) raise E, None, T -> raise E.with_traceback(T) which is python3 only syntax
1c60256f
The fixer was modified to not rewrite: raise E, V, T -> raise E(V).with_traceback(T) raise E, None, T -> raise E.with_traceback(T) which is python3 only syntax