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 rmsr
Recipients larry, rmsr
Date 2014-01-15.03:36:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389756973.27.0.346799823887.issue20174@psf.upfronthosting.co.za>
In-reply-to
Content
Here's the socketmodule patch. I aggressively imported text from the docs for the docstrings, along with matching parameter names, given how far the old docstrings have drifted over time. The Windows-specific code is untested, but otherwise the tests pass. I tagged functions which can't be converted or whose argument handling is esoteric. These comments can be removed prior to commit.

I am not sure if one should convert a C-level class's init method.
History
Date User Action Args
2014-01-15 03:36:14rmsrsetrecipients: + rmsr, larry
2014-01-15 03:36:13rmsrsetmessageid: <1389756973.27.0.346799823887.issue20174@psf.upfronthosting.co.za>
2014-01-15 03:36:13rmsrlinkissue20174 messages
2014-01-15 03:36:13rmsrcreate