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 terry.reedy
Recipients chris.jerdonek, corona10, ned.deily, terry.reedy, vstinner
Date 2020-05-29.23:48:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1590796122.47.0.770977778767.issue39343@roundup.psfhosted.org>
In-reply-to
Content
gmane was down for maybe a day early this week.  We should expect this to continue happening on and off, as it has for years (I use it daily).  I suggest that we run the test when we can and skip (or connect elsewhere) when we cannot.

try:
    s = NNTP('news.gmane.io')
except ConnectionRefusedError as e:
    self.skipTest(f'Gmane down: {e}')
History
Date User Action Args
2020-05-29 23:48:42terry.reedysetrecipients: + terry.reedy, vstinner, ned.deily, chris.jerdonek, corona10
2020-05-29 23:48:42terry.reedysetmessageid: <1590796122.47.0.770977778767.issue39343@roundup.psfhosted.org>
2020-05-29 23:48:42terry.reedylinkissue39343 messages
2020-05-29 23:48:42terry.reedycreate