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 therve
Recipients loewis, therve
Date 2007-12-04.18:32:47
SpamBayes Score 0.00062369544
Marked as misclassified No
Message-id <1196793168.08.0.721763839938.issue1554@psf.upfronthosting.co.za>
In-reply-to
Content
Alright I'll add tests to the modified functions. I don't think I have
to change documentation because I kept the same name for the parameters,
but I'll check.

Looking at the patch more, maybe it doesn't make sense on the functions
taking only one parameter though :). I'll probably remove that.

Regarding ARGSUSED, I thought it was here to note functions using
PyArg_ParseTuple instead of PyArg_ParseTupleAndKeywords, but looking at
the svn history it seems wrong. I can put it back if there is another
semantic.

For METH_NOARGS, do you have a pointer to explain that?
http://docs.python.org/ext/node22.html, for example, show an example  of
METH_NOARGS with a function without arguments. Does that have other
incidence?
History
Date User Action Args
2007-12-04 18:32:48thervesetspambayes_score: 0.000623695 -> 0.00062369544
recipients: + therve, loewis
2007-12-04 18:32:48thervesetspambayes_score: 0.000623695 -> 0.000623695
messageid: <1196793168.08.0.721763839938.issue1554@psf.upfronthosting.co.za>
2007-12-04 18:32:48thervelinkissue1554 messages
2007-12-04 18:32:47thervecreate