Fix python default_args testcase for Python 3

Changes for the default_args testcase to run under Python 3 when called
from python_default_args testcase
This commit is contained in:
William S Fulton 2015-01-08 23:54:50 +00:00
commit efb8784c8b
2 changed files with 11 additions and 11 deletions

View file

@ -3,6 +3,7 @@
%pythondefaultargs;
// Turn off the feature for the tricky cases that can't be handled
%nopythondefaultargs trickyvalue3; // 'mode=0644' is okay in Python 2, but no Python 3
%nopythondefaultargs seek;
%nopythondefaultargs Space::Klass::inc;
%nopythondefaultargs DerivedEnumClass::accelerate;