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 koobs
Recipients koobs, martin.panter, vstinner
Date 2016-07-27.00:58:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469581115.27.0.571556462778.issue19613@psf.upfronthosting.co.za>
In-reply-to
Content
This just failed on 3.x (default) on koobs-freebsd{9,10} bots:

======================================================================
FAIL: test_article_head_body (test.test_nntplib.NetworkedNNTP_SSLTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/buildbot/python/3.x.koobs-freebsd10/build/Lib/test/test_nntplib.py", line 240, in wrapped
    meth(self)
  File "/usr/home/buildbot/python/3.x.koobs-freebsd10/build/Lib/test/test_nntplib.py", line 185, in test_article_head_body
    self.check_article_resp(resp, body, art_num)
  File "/usr/home/buildbot/python/3.x.koobs-freebsd10/build/Lib/test/test_nntplib.py", line 165, 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')

----------------------------------------------------------------------

Full log attached
History
Date User Action Args
2016-07-27 00:58:36koobssetrecipients: + koobs, vstinner, martin.panter
2016-07-27 00:58:35koobssetmessageid: <1469581115.27.0.571556462778.issue19613@psf.upfronthosting.co.za>
2016-07-27 00:58:35koobslinkissue19613 messages
2016-07-27 00:58:34koobscreate