[Python] Add missing keywords 'as' and 'with' to pythonkw.swg.
This commit is contained in:
parent
c2228de096
commit
611bbe7ddf
2 changed files with 5 additions and 0 deletions
|
|
@ -12,6 +12,7 @@
|
|||
*/
|
||||
|
||||
PYTHONKW(and);
|
||||
PYTHONKW(as);
|
||||
PYTHONKW(assert);
|
||||
PYTHONKW(break);
|
||||
PYTHONKW(class);
|
||||
|
|
@ -39,6 +40,7 @@ PYTHONKW(raise);
|
|||
PYTHONKW(return);
|
||||
PYTHONKW(try);
|
||||
PYTHONKW(while);
|
||||
PYTHONKW(with);
|
||||
PYTHONKW(yield);
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue