[issue6421] errors in docs re module initialization vs self arg to functions

2009-07-11 Thread Georg Brandl
Georg Brandl added the comment: Fixed both instances in r73943. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___

[issue6421] errors in docs re module initialization vs self arg to functions

2009-07-04 Thread Alex Martelli
New submission from Alex Martelli : http://docs.python.org/3.1/c-api/structures.html#PyMethodDef says (under METH_VARARGS): """The first one is the self object for methods; for module functions, it has the value given to Py_InitModule4 (or NULL if Py_InitModule was used).""" Py_InitModule4 is