This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author berker.peksag
Recipients asvetlov, barry, belopolsky, berker.peksag, bkabrda, cimarron, docs@python, jcea, md5i, sandro.tosi, serhiy.storchaka
Date 2016-06-10.05:56:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465538183.65.0.456560062535.issue15657@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-06-10 05:56:23berker.peksagsetrecipients: + berker.peksag, barry, jcea, belopolsky, md5i, asvetlov, sandro.tosi, docs@python, serhiy.storchaka, bkabrda, cimarron
2016-06-10 05:56:23berker.peksagsetmessageid: <1465538183.65.0.456560062535.issue15657@psf.upfronthosting.co.za>
2016-06-10 05:56:23berker.peksaglinkissue15657 messages
2016-06-10 05:56:23berker.peksagcreate