Administrivia: adjust python grammar check

This commit is contained in:
rocky
2020-01-09 23:00:49 -05:00
parent ef437d191d
commit 69105825bd

View File

@@ -42,7 +42,8 @@ def test_grammar():
expect_lhs.add("kvlist")
expect_lhs.add("kv3")
unused_rhs.add("dict")
else:
if PYTHON_VERSION < 3.7:
# NOTE: this may disappear
expect_lhs.add("except_handler_else")