From 83ab3567dc67972caec58517b04e80398bcca2d0 Mon Sep 17 00:00:00 2001 From: Lewis Chambers Date: Thu, 20 Dec 2018 09:21:50 +1000 Subject: [PATCH] [Python] Add missing keywords 'async' and 'await' to pythonkw.swg. --- Lib/python/pythonkw.swg | 2 ++ 1 file changed, 2 insertions(+) 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);