[issue15657] Error in Python 3 docs for PyMethodDef

Berker Peksag report at bugs.python.org
Fri Jun 10 01:56:23 EDT 2016


Berker Peksag added the comment:

I'm going to delete

    (but note that :const:`METH_KEYWORDS` alone is equivalent to ``METH_VARARGS | METH_KEYWORDS``)

from Doc/c-api/structures.rst in 3.5.

Then change the value of METH_KEYWORDS from 0x0002 to 0x0003 in 3.6.

Thanks for the review Serhiy.

----------
versions: +Python 3.6 -Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15657>
_______________________________________


More information about the Python-bugs-list mailing list