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: socket.recvmsg{,_into} are keword-compatible
Type: enhancement Stage:
Components: Documentation Versions: Python 3.4
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, rmsr
Priority: normal Keywords: patch

Created on 2014-01-14 03:14 by rmsr, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
docs_socket_recvmsg_args.patch rmsr, 2014-01-14 03:14 add defaults to doc signatures
Messages (2)
msg208067 - (view) Author: Ryan Smith-Roberts (rmsr) * Date: 2014-01-14 03:14
The docs indicate their arguments are positional-only. Trivial patch attached.
msg208068 - (view) Author: Ryan Smith-Roberts (rmsr) * Date: 2014-01-14 03:16
Never mind, it's actually recvfrom{,_into}. Sigh.
History
Date User Action Args
2022-04-11 14:57:56adminsetgithub: 64447
2014-01-14 03:45:11benjamin.petersonsetresolution: not a bug
2014-01-14 03:16:45rmsrsetstatus: open -> closed

messages: + msg208068
2014-01-14 03:14:05rmsrcreate