Merge pull request #1382 from lpchambers/master
[Python] Add missing keywords 'async' and 'await' to pythonkw.swg.
This commit is contained in:
commit
26b8523fc4
1 changed files with 2 additions and 0 deletions
|
|
@ -14,6 +14,8 @@
|
|||
PYTHONKW(and);
|
||||
PYTHONKW(as);
|
||||
PYTHONKW(assert);
|
||||
PYTHONKW(async);
|
||||
PYTHONKW(await);
|
||||
PYTHONKW(break);
|
||||
PYTHONKW(class);
|
||||
PYTHONKW(continue);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue