diff --git a/Lib/python/pythonkw.swg b/Lib/python/pythonkw.swg index 1a4329d20..0138e40e4 100644 --- a/Lib/python/pythonkw.swg +++ b/Lib/python/pythonkw.swg @@ -14,6 +14,8 @@ PYTHONKW(and); PYTHONKW(as); PYTHONKW(assert); +PYTHONKW(async); +PYTHONKW(await); PYTHONKW(break); PYTHONKW(class); PYTHONKW(continue);