[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
|
|
@ -5,6 +5,9 @@ See the RELEASENOTES file for a summary of changes in each release.
|
|||
Version 3.0.9 (in progress)
|
||||
===========================
|
||||
|
||||
2016-02-17: olly
|
||||
[Python] Add missing keywords 'as' and 'with' to pythonkw.swg.
|
||||
|
||||
2016-02-07: kwwette
|
||||
[Octave] recognise various unary functions
|
||||
* Use __float__() for numeric conversions, e.g. when calling double()
|
||||
|
|
|
|||
|
|
@ -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