]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
test.pythoninfo no longer requires socket (GH-93191)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 25 May 2022 00:42:06 +0000 (17:42 -0700)
committerGitHub <noreply@github.com>
Wed, 25 May 2022 00:42:06 +0000 (17:42 -0700)
commit2d5d01f26ba7939e8a035b6fe7abcc8490c9f208
tree5f9c36b6e1364e1f268c5b0668589f760c76d681
parent502dba0cf38ebd657d444fd49b8d648fe86bbb7d
test.pythoninfo no longer requires socket (GH-93191)

test.pythoninfo no longer fails if "import socket" fails: the socket
module is now optional.
(cherry picked from commit 4a31ed8a32699973ae1f779022794fdab9fa08ee)

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/pythoninfo.py