[issue38897] Example in socket documentation uses deprecated array.fromstring

2019-11-26 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Thanks David for the report and patch. -- nosy: +xtreak resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue38897] Example in socket documentation uses deprecated array.fromstring

2019-11-26 Thread miss-islington
Change by miss-islington : -- pull_requests: +16869 pull_request: https://github.com/python/cpython/pull/17387 ___ Python tracker ___

[issue38897] Example in socket documentation uses deprecated array.fromstring

2019-11-25 Thread miss-islington
Change by miss-islington : -- keywords: +patch pull_requests: +16868 stage: -> patch review pull_request: https://github.com/python/cpython/pull/17386 ___ Python tracker ___

[issue38897] Example in socket documentation uses deprecated array.fromstring

2019-11-22 Thread David Coles
New submission from David Coles : 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@python components: Distutils,