Issue 32128: test_nntplib: test_article_head_body() fails in SSL mode
The news.trigofacile.com NNTP server used by test_nntplib currently has troubles on SSL: $ ./python -m test -u all -v test_nntplib -m test_article_head_body ====================================================================== FAIL: test_article_head_body (test.test_nntplib.NetworkedNNTP_SSLTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/haypo/prog/python/3.6/Lib/test/test_nntplib.py", line 242, in wrapped meth(self) File "/home/haypo/prog/python/3.6/Lib/test/test_nntplib.py", line 187, in test_article_head_body self.check_article_resp(resp, body, art_num) File "/home/haypo/prog/python/3.6/Lib/test/test_nntplib.py", line 167, in check_article_resp self.assertNotIn(article.lines[-1], (b".", b".\n", b".\r\n")) AssertionError: b'.' unexpectedly found in (b'.', b'.\n', b'.\r\n') See also bpo-19613.