(original) (raw)
On 01/26/2014 08:40 PM, Alexander
Belopolsky wrote:
On Sun, Jan 26, 2014 at 11:26 PM, Vajrasky Kok <sky.kok@speaklikeaking.com> wrote:
In case we are taking "not backporting anything at all" road, what is
the best fix for the document?
I would say no fix is needed for this doc because the signature suggests (correctly) that passing times by keyword is not supported.
Where does it do that?
And why would the function support keyword arguments, if it was the author's intent to not support them? It's easier to not support them, you call PyArg\_ParseTuple. Calling PyArg\_ParseTupleAndKeywords is slightly more involved.
/arry