[issue16663] Poor documentation for METH_KEYWORDS

2021-06-15 Thread Irit Katriel
Irit Katriel added the comment: This part of the documentation was reworded in issue28805, making this issue out of date. -- nosy: +iritkatriel resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> Add documentation for METH_FASTCALL and

[issue16663] Poor documentation for METH_KEYWORDS

2019-04-27 Thread Mark Lawrence
Change by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue16663] Poor documentation for METH_KEYWORDS

2014-07-15 Thread Mark Lawrence
Mark Lawrence added the comment: @r3m0t we're sorry about the delay in getting back to you. Could you write a patch that covers this? -- nosy: +BreamoreBoy versions: +Python 3.4, Python 3.5 -Python 2.6, Python 3.1, Python 3.2, Python 3.3 ___

[issue16663] Poor documentation for METH_KEYWORDS

2012-12-11 Thread r3m0t
New submission from r3m0t: http://docs.python.org/3.3/c-api/structures.html#METH_KEYWORDS Methods with these flags must be of type PyCFunctionWithKeywords. The function expects three parameters: self, args, and a dictionary of all the keyword arguments. The flag is typically combined with