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.

classification
Title: docs on socket.recv_into doesn't mention the return value
Type: enhancement Stage:
Components: Documentation Versions: Python 3.1, Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: georg.brandl, irmen
Priority: normal Keywords: easy

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:59adminsetgithub: 52567
2010-04-06 08:18:36georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg102438
2010-04-05 18:13:34irmencreate