test_grammar again

This commit is contained in:
rocky
2020-01-09 23:19:20 -05:00
parent 69105825bd
commit 5a3aaa9688

View File

@@ -43,7 +43,7 @@ def test_grammar():
expect_lhs.add("kv3") expect_lhs.add("kv3")
unused_rhs.add("dict") unused_rhs.add("dict")
if PYTHON_VERSION < 3.7: if PYTHON_VERSION < 3.7 and PYTHON_VERSION != 2.7:
# NOTE: this may disappear # NOTE: this may disappear
expect_lhs.add("except_handler_else") expect_lhs.add("except_handler_else")