Initialize all fields of PyTypeObject, to eliminate compiler warnings. Fixed typo in docs.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12612 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Stefan Zager 2011-04-05 23:16:13 +00:00
commit 5c4f47302a
2 changed files with 18 additions and 7 deletions

View file

@ -68,7 +68,7 @@
%feature("python:slot", "Py_LT") MyClass::lessThan;
... where "Py_LT" is one of rich comparison opcodes defined in the
... where "Py_LT" is one of the rich comparison opcodes defined in the
python header file object.h.
If there's no method defined to handle a particular comparsion operation,