With my Python extension module all the function definitions are with METH_VARGS. The result being that pydoc, just puts "(...)" for the argument list. Can I hand edit this to put the specific variable names I want? With optional arguments in brackets or something?
Thanks. -- http://mail.python.org/mailman/listinfo/python-list