Home
last modified time | relevance | path

Searched refs:nntplib (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_nntplib.py14 nntplib = warnings_helper.import_deprecated("nntplib") variable
15 from nntplib import NNTP, GroupInfo
65 with self.assertRaises(nntplib.NNTPPermanentError) as cm:
170 self.assertIsInstance(article, nntplib.ArticleInfo)
185 except nntplib.NNTPTemporaryError as e:
229 self.assertRaises(nntplib.NNTPError, self.server.login,
363 NNTP_CLASS = getattr(nntplib, 'NNTP_SSL', None)
432 class NNTPServer(nntplib.NNTP):
919 with self.assertRaises(nntplib
[all...]
/third_party/python/Lib/test/support/
H A Dsocket_helper.py196 nntplib = warnings_helper.import_deprecated("nntplib")
249 except nntplib.NNTPTemporaryError as err:

Completed in 3 milliseconds