Home
last modified time | relevance | path

Searched refs:NNTPTemporaryError (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_nntplib.py185 except nntplib.NNTPTemporaryError as e:
919 with self.assertRaises(nntplib.NNTPTemporaryError) as cm:
922 with self.assertRaises(nntplib.NNTPTemporaryError) as cm:
965 with self.assertRaises(nntplib.NNTPTemporaryError) as cm:
1031 with self.assertRaises(nntplib.NNTPTemporaryError) as cm:
1079 with self.assertRaises(nntplib.NNTPTemporaryError) as cm:
1126 with self.assertRaises(nntplib.NNTPTemporaryError) as cm:
1243 with self.assertRaises(nntplib.NNTPTemporaryError) as cm:
1251 with self.assertRaises(nntplib.NNTPTemporaryError) as cm:
1490 'NNTPTemporaryError', 'NNTPPermanentErro
[all...]
/third_party/python/Lib/
H A Dnntplib.py84 "NNTPError", "NNTPReplyError", "NNTPTemporaryError",
112 class NNTPTemporaryError(NNTPError): class
422 except (NNTPPermanentError, NNTPTemporaryError):
486 raise NNTPTemporaryError(resp)
985 except NNTPTemporaryError as e:
/third_party/python/Lib/test/support/
H A Dsocket_helper.py249 except nntplib.NNTPTemporaryError as err:

Completed in 6 milliseconds