aboutsummaryrefslogtreecommitdiff
path: root/Lib/python
diff options
context:
space:
mode:
authorLewis Chambers <lchambers@barrukka.local>2018-12-20 09:21:50 +1000
committerLewis Chambers <lchambers@barrukka.local>2018-12-20 09:21:50 +1000
commit83ab3567dc67972caec58517b04e80398bcca2d0 (patch)
tree52fc6653e14ea2c4bf6efbdde7a729b55528f0cb /Lib/python
parent61074d43ba143d59beb1f85ddf1cad05d81c37f0 (diff)
downloadswig-83ab3567dc67972caec58517b04e80398bcca2d0.tar.gz
[Python] Add missing keywords 'async' and 'await' to pythonkw.swg.
Diffstat (limited to 'Lib/python')
-rw-r--r--Lib/python/pythonkw.swg2
1 files changed, 2 insertions, 0 deletions
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);