]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
test.pythoninfo no longer requires socket (#93191)
authorVictor Stinner <vstinner@python.org>
Wed, 25 May 2022 00:11:51 +0000 (02:11 +0200)
committerGitHub <noreply@github.com>
Wed, 25 May 2022 00:11:51 +0000 (02:11 +0200)
commit4a31ed8a32699973ae1f779022794fdab9fa08ee
tree5ccb34fdd1298448d96a23d82cabae45b48bd7f4
parent32b7bcffba0e6f6c96d70cafbae1488c6bc36cbc
test.pythoninfo no longer requires socket (#93191)

test.pythoninfo no longer fails if "import socket" fails: the socket
module is now optional.
Lib/test/pythoninfo.py