Mark the not-always-using-args in Python change as incompatible.
Some existing typemaps actually rely on "*args" being always used, so document the change fixing the bug which resulted in their use as being potentially incompatible and point to a way to restore the previous behaviour.
This commit is contained in:
parent
661c4ba036
commit
84e9cc6570
1 changed files with 4 additions and 0 deletions
4
CHANGES
4
CHANGES
|
|
@ -100,6 +100,10 @@ Version 3.0.3 (30 Dec 2014)
|
|||
[Python] Patch #201 The generated .py file no longer uses *args for all Python parameters.
|
||||
Instead, the parameters are named using the C++ parameter names.
|
||||
|
||||
"compactdefaultargs" feature can be enabled to restore the old behaviour.
|
||||
|
||||
*** POTENTIAL INCOMPATIBILITY ***
|
||||
|
||||
2014-10-24: timotheecour
|
||||
[D] Patch #204 Use core.atomic.atomicOp to mutate shared variables
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue