From: Serhiy Storchaka Date: Mon, 21 Nov 2016 09:38:14 +0000 (+0200) Subject: Fixed the documentation of the structure PyMethodDef. X-Git-Tag: v3.6.0b4~29 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bb8fd5b1eb3f8ba1339e449cebabec370d63fa47;p=thirdparty%2FPython%2Fcpython.git Fixed the documentation of the structure PyMethodDef. The fields ml_name and ml_doc are of type "const char *" rather of "char *". --- bb8fd5b1eb3f8ba1339e449cebabec370d63fa47