[New-bugs-announce] [issue8320] docs on socket.recv_into doesn't mention the return value

Irmen de Jong report at bugs.python.org
Mon Apr 5 20:13:36 CEST 2010


New submission from Irmen de Jong <irmen at razorvine.net>:

Doc/library/socket.rst doesn't mention the return value for recv_into. Adding a simple "Returns the number of bytes received." should fix this. 
(note that recvfrom_into does mention its return value)

----------
assignee: georg.brandl
components: Documentation
keywords: easy
messages: 102393
nosy: georg.brandl, irmen
severity: normal
status: open
title: docs on socket.recv_into doesn't mention the return value
type: feature request
versions: Python 2.7, Python 3.1

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8320>
_______________________________________


More information about the New-bugs-announce mailing list