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.

Author dcoles
Recipients corona10, dcoles, docs@python, dstufft, eric.araujo
Date 2019-11-22.18:59:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1574449156.01.0.686437832509.issue38897@roundup.psfhosted.org>
In-reply-to
Content
See the `recv_fds` example for `socket.recvmsg`.

This code produces a `DeprecationWarning` on current versions of Python.

https://docs.python.org/3.9/library/socket.html#socket.socket.recvmsg
History
Date User Action Args
2019-11-22 18:59:16dcolessetrecipients: + dcoles, eric.araujo, docs@python, dstufft, corona10
2019-11-22 18:59:16dcolessetmessageid: <1574449156.01.0.686437832509.issue38897@roundup.psfhosted.org>
2019-11-22 18:59:15dcoleslinkissue38897 messages
2019-11-22 18:59:15dcolescreate