Handle Python 2 vs 3 raise syntax change

raise_stmt ::=  "raise" expression "," expression
becomes:
   raise_stmt ::=  "raise" expression from expression

raise expr, expr -> raise
This commit is contained in:
rocky
2016-08-30 00:39:50 -04:00
parent e4cc126b38
commit 6f2cdc164d
6 changed files with 35 additions and 2 deletions

Binary file not shown.