Double quotes in doc not handled correctly by gens.py
Brought to you by:
cavada
Hi,
the gens.py script does not handle double quotes correctly when outputing the docstring in the method table (in routine PythonWrapperGen.dump_meth_table()). If there are double quotes present in the comment, they need to be escaped or the generated C code will not compile. (The latest version of Scintilla (1.72) has double quotes in its comments.)
The attached patch fixes this problem.
Patch to properly escape double quotes in docstring section of meth_table.