Correct changes notes on %pythonnondynamic usage
This commit is contained in:
parent
fa4223e496
commit
3f549a2a5f
1 changed files with 3 additions and 3 deletions
6
CHANGES
6
CHANGES
|
|
@ -10707,7 +10707,7 @@ Version 1.3.23 (November 11, 2004)
|
|||
|
||||
now if you have
|
||||
|
||||
%pythonnondynamic(1) A;
|
||||
%pythonnondynamic A;
|
||||
|
||||
struct A {
|
||||
int a;
|
||||
|
|
@ -10725,11 +10725,11 @@ Version 1.3.23 (November 11, 2004)
|
|||
|
||||
Since this is a feature, you can use
|
||||
|
||||
%pythonnondynamic(1);
|
||||
%pythonnondynamic;
|
||||
|
||||
or
|
||||
|
||||
%pythondynamic(0); [ Note: %pythondynamic since deprecated ]
|
||||
%pythondynamic; [ Note: %pythondynamic since deprecated ]
|
||||
|
||||
to force all the wrapped classes to be "nondynamic" ones.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue