[Python-Dev] [Python-checkins] r86441 - python/branches/py3k/Lib/test/test_nntplib.py (original) (raw)

Antoine Pitrou solipsis at pitrou.net
Sat Nov 13 13:08:39 CET 2010


On Fri, 12 Nov 2010 20:31:49 -0500 Terry Reedy <tjreedy at udel.edu> wrote:

> class NetworkedNNTPSSLTests(NetworkedNNTPTestsMixin, unittest.TestCase): > - NNTPHOST = 'snews.gmane.org' > - GROUPNAME = 'gmane.comp.python.devel' > - GROUPPAT = 'gmane.comp.python.d*' gmane is most problematical on weekends.

Well we've had buildbot failures in the middle of the week.

> + NNTPHOST = 'nntp.aioe.org' > + GROUPNAME = 'comp.lang.python' > + GROUPPAT = 'comp.lang.*'

aioe went away for several months a couple of years ago or so. Let us hope it stays up for awhile now. The ssl connection currently does not work (expired certificate).

Funny, it shows that the NNTP SSL tests don't check the certificate, then.

Regards

Antoine.



More information about the Python-Dev mailing list