This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients vstinner
Date 2017-11-25.01:23:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1511573022.36.0.213398074469.issue32128@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-11-25 01:23:42vstinnersetrecipients: + vstinner
2017-11-25 01:23:42vstinnersetmessageid: <1511573022.36.0.213398074469.issue32128@psf.upfronthosting.co.za>
2017-11-25 01:23:42vstinnerlinkissue32128 messages
2017-11-25 01:23:40vstinnercreate