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 ggenellina
Recipients christian.heimes, georg.brandl, ggenellina, ionelmc
Date 2008-09-20.23:05:48
SpamBayes Score 5.6213776e-06
Marked as misclassified No
Message-id <1221951949.58.0.748320157417.issue3852@psf.upfronthosting.co.za>
In-reply-to
Content
Attached a documentation patch, including the kqueue.control function 
docstring.

But I wonder if the code was incorrect instead - both the 
documentation and the function docstring specified a default value for 
max_events=0, and the corresponding variable was initialized to 0.
Perhaps the author meant to use PyArg_ParseTuple(args, "O|
iO:control",...) instead of the current "Oi|O:control"
History
Date User Action Args
2008-09-20 23:05:49ggenellinasetrecipients: + ggenellina, georg.brandl, christian.heimes, ionelmc
2008-09-20 23:05:49ggenellinasetmessageid: <1221951949.58.0.748320157417.issue3852@psf.upfronthosting.co.za>
2008-09-20 23:05:48ggenellinalinkissue3852 messages
2008-09-20 23:05:48ggenellinacreate