3.0.1 "ret_or", "ret_and", and "or" rules

This commit is contained in:
rocky
2019-11-15 09:12:53 -05:00
parent 1b4335edf1
commit 0441fbc616
2 changed files with 7 additions and 8 deletions

View File

@@ -188,10 +188,6 @@ def customize_for_version3(self, version):
'ifnotstmt30': ( "%|if not %c:\n%+%c%-",
(0, "testtrue_then"),
(1, "_ifstmts_jump30") ),
"or30": ( "%c or %c",
(0, "expr"),
(4, "expr") ),
})
def n_comp_iter(node):