Salome HOME
merge from branch DEV tag mergeto_trunk_04apr08
[modules/yacs.git] / doc / python.dox
index f486e5b148caf6d211322581cdf26a305076f531..a844033ed8fa52e7983146b650a77cad54d3b25e 100644 (file)
@@ -13,8 +13,8 @@ them in a unique dynamic library and link the modules with it.
 \section python_exception Exception wrapping
 In swig, exception can be wrapped either by declaring throw in interface
 file (.i) or by declaring an exception handler.
-A generic exception handler has been declared so throw declarations must
-be removed to not wrap exceptions two times.
+A generic exception handler has been declared and automatic generation has been 
+desactivated (SWIG option -noexcept).
 
 \section python_gil Global Interpreter Lock
 For some methods we need to release the Python GIL.