testtrue expr check nuked because of 3.7

This commit is contained in:
rocky
2019-05-02 14:01:51 -04:00
parent 2813e2212f
commit 7ecfb74e9a

View File

@@ -336,7 +336,7 @@ TABLE_DIRECT = {
'iflaststmt': ( '%|if %c:\n%+%c%-', 0, 1 ),
'iflaststmtl': ( '%|if %c:\n%+%c%-', 0, 1 ),
'testtrue': ( 'not %p',
(0, 'expr', PRECEDENCE['unary_not']) ),
(0, PRECEDENCE['unary_not']) ),
'ifelsestmt': ( '%|if %c:\n%+%c%-%|else:\n%+%c%-', 0, 1, 3 ),
'ifelsestmtc': ( '%|if %c:\n%+%c%-%|else:\n%+%c%-', 0, 1, 3 ),