]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43998: Fix testing without ssl module (GH-25790)
authorChristian Heimes <christian@python.org>
Sat, 1 May 2021 20:17:01 +0000 (22:17 +0200)
committerGitHub <noreply@github.com>
Sat, 1 May 2021 20:17:01 +0000 (22:17 +0200)
commita5669b3c627e64c9196d9bb58b733eb723d34e99
tree61e392a416e592a6255691f9052a8a6d916f1bd1
parent9a42d5069a4c2a531076abfb198d2be26b57216c
bpo-43998: Fix testing without ssl module (GH-25790)

Signed-off-by: Christian Heimes <christian@python.org>
Lib/test/test_nntplib.py