[New-bugs-announce] [issue38897] Example in socket documentation uses deprecated array.fromstring

David Coles report at bugs.python.org
Fri Nov 22 13:59:16 EST 2019


New submission from David Coles <coles.david at gmail.com>:

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

----------
assignee: docs at python
components: Distutils, Documentation
messages: 357314
nosy: corona10, dcoles, docs at python, dstufft, eric.araujo
priority: normal
pull_requests: 16840
severity: normal
status: open
title: Example in socket documentation uses deprecated array.fromstring
versions: Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38897>
_______________________________________


More information about the New-bugs-announce mailing list