Fix remaining Python 3.7 issues to get the tests to pass

This commit is contained in:
Dave Halter
2018-12-06 00:35:09 +01:00
parent 3260867918
commit d9e711ab11
2 changed files with 7 additions and 6 deletions

View File

@@ -18,13 +18,13 @@ b; continue
b; continu
#? []
c + brea
c + pass
#? []
a + break
a + pass
#? ['break']
b; break
#? ['pass']
b; pass
# -----------------
# Keywords should not appear everywhere.