Merge pull request #1382 from lpchambers/master

[Python] Add missing keywords 'async' and 'await' to pythonkw.swg.
This commit is contained in:
William S Fulton 2018-12-20 08:25:16 +00:00 committed by GitHub
commit 26b8523fc4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,6 +14,8 @@
PYTHONKW(and);
PYTHONKW(as);
PYTHONKW(assert);
PYTHONKW(async);
PYTHONKW(await);
PYTHONKW(break);
PYTHONKW(class);
PYTHONKW(continue);