Issue 8320: docs on socket.recv_into doesn't mention the return value (original) (raw)

Issue8320

Created on 2010-04-05 18:13 by irmen, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg102393 - (view) Author: Irmen de Jong (irmen) (Python triager) Date: 2010-04-05 18:13
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)
msg102438 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2010-04-06 08:18
Thanks, fixed in r79822.
History
Date User Action Args
2022-04-11 14:56:59 admin set github: 52567
2010-04-06 08🔞36 georg.brandl set status: open -> closedresolution: fixedmessages: +
2010-04-05 18:13:34 irmen create