[New-bugs-announce] [issue1645] Fix socketmodule.c:sock_recvfrom_guts() comment.

Alberto Bertogli report at bugs.python.org
Tue Dec 18 03:52:26 CET 2007


New submission from Alberto Bertogli:

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.

----------
components: Library (Lib)
files: 0001-Fix-socketmodule.c-sock_recvfrom_guts-comment.patch
messages: 58720
nosy: albertito
severity: minor
status: open
title: Fix socketmodule.c:sock_recvfrom_guts() comment.
versions: Python 2.6
Added file: http://bugs.python.org/file8980/0001-Fix-socketmodule.c-sock_recvfrom_guts-comment.patch

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1645>
__________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Fix-socketmodule.c-sock_recvfrom_guts-comment.patch
Type: text/x-patch
Size: 1566 bytes
Desc: not available
Url : http://mail.python.org/pipermail/new-bugs-announce/attachments/20071218/d067bb02/attachment-0001.bin 


More information about the New-bugs-announce mailing list