await checks.

This commit is contained in:
Dave Halter
2017-07-20 09:44:10 +02:00
parent 7c9877cd2e
commit fc1c16b966
3 changed files with 29 additions and 1 deletions

View File

@@ -3,6 +3,8 @@ Some syntax errors are a bit complicated and need exact checking. Here we
gather some of the potentially dangerous ones.
"""
from __future__ import division
for x in [1]:
try:
continue # Only the other continue and pass is an error.