[issue32128] test_nntplib: test_article_head_body() fails in SSL mode

2019-05-28 Thread STINNER Victor


Change by STINNER Victor :


--
pull_requests: +13538
pull_request: https://github.com/python/cpython/pull/11612

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32128] test_nntplib: test_article_head_body() fails in SSL mode

2018-09-19 Thread STINNER Victor


Change by STINNER Victor :


--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32128] test_nntplib: test_article_head_body() fails in SSL mode

2017-11-24 Thread STINNER Victor

STINNER Victor  added the comment:


New changeset dde38b9cb3ff24f2f1f17cb681d30741e0090f51 by Victor Stinner (Miss 
Islington (bot)) in branch '3.6':
bpo-32128: Skip test_nntplib.test_article_head_body() (GH-4552) (#4553)
https://github.com/python/cpython/commit/dde38b9cb3ff24f2f1f17cb681d30741e0090f51


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32128] test_nntplib: test_article_head_body() fails in SSL mode

2017-11-24 Thread Roundup Robot

Change by Roundup Robot :


--
pull_requests: +4484

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32128] test_nntplib: test_article_head_body() fails in SSL mode

2017-11-24 Thread STINNER Victor

STINNER Victor  added the comment:


New changeset 706cb3162e15271ecfeba15909ed48a3a437009f by Victor Stinner in 
branch 'master':
bpo-32128: Skip test_nntplib.test_article_head_body() (#4552)
https://github.com/python/cpython/commit/706cb3162e15271ecfeba15909ed48a3a437009f


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32128] test_nntplib: test_article_head_body() fails in SSL mode

2017-11-24 Thread STINNER Victor

Change by STINNER Victor :


--
keywords: +patch
pull_requests: +4483
stage:  -> patch review

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32128] test_nntplib: test_article_head_body() fails in SSL mode

2017-11-24 Thread STINNER Victor

New submission from STINNER Victor :

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.

--
components: Tests
messages: 306930
nosy: vstinner
priority: normal
severity: normal
status: open
title: test_nntplib: test_article_head_body() fails in SSL mode
versions: Python 3.6, Python 3.7

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com