[issue4737] documentation and noddy*.c

2008-12-24 Thread Benjamin Peterson
Benjamin Peterson added the comment: Thanks for the report! Fixed in r67925. -- nosy: +benjamin.peterson resolution: -> fixed status: open -> closed ___ Python tracker ___ _

[issue4737] documentation and noddy*.c

2008-12-24 Thread Kandalintsev Alexandre
New submission from Kandalintsev Alexandre : Hello! 1) In http://docs.python.org/3.0/extending/extending.html we see: = Note that PyMODINIT_FUNC declares the function as void return type = But thats not true, it's defined as PyObject*. I think this is outdated info in documenta