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 albertito
Recipients albertito
Date 2007-12-18.02:52:25
SpamBayes Score 0.07714605
Marked as misclassified No
Message-id <1197946346.54.0.433322957644.issue1645@psf.upfronthosting.co.za>
In-reply-to
Content
The comment above sock_recvfrom_guts() was copied from sock_recv_guts() and
referenced recv() and recv_into() when it should be talking about recvfrom()
and recvfrom_into().

The attached patch (against trunk) fixes it.
Files
File name Uploaded
0001-Fix-socketmodule.c-sock_recvfrom_guts-comment.patch albertito, 2007-12-18.02:52:26
History
Date User Action Args
2007-12-18 02:52:26albertitosetspambayes_score: 0.0771461 -> 0.07714605
recipients: + albertito
2007-12-18 02:52:26albertitosetspambayes_score: 0.0771461 -> 0.0771461
messageid: <1197946346.54.0.433322957644.issue1645@psf.upfronthosting.co.za>
2007-12-18 02:52:26albertitolinkissue1645 messages
2007-12-18 02:52:26albertitocreate