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

/external/python/cpython2/Lib/
H A Dnntplib.py35 __all__ = ["NNTP","NNTPReplyError","NNTPTemporaryError",
61 class NNTPTemporaryError(NNTPError): class in inherits:NNTPError
79 error_temp = NNTPTemporaryError
136 except NNTPTemporaryError, e:
227 raise NNTPTemporaryError(resp)
/external/python/cpython3/Lib/test/
H A Dtest_nntplib.py175 except nntplib.NNTPTemporaryError as e:
847 with self.assertRaises(nntplib.NNTPTemporaryError) as cm:
850 with self.assertRaises(nntplib.NNTPTemporaryError) as cm:
893 with self.assertRaises(nntplib.NNTPTemporaryError) as cm:
959 with self.assertRaises(nntplib.NNTPTemporaryError) as cm:
1007 with self.assertRaises(nntplib.NNTPTemporaryError) as cm:
1054 with self.assertRaises(nntplib.NNTPTemporaryError) as cm:
1171 with self.assertRaises(nntplib.NNTPTemporaryError) as cm:
1179 with self.assertRaises(nntplib.NNTPTemporaryError) as cm:
1418 'NNTPTemporaryError', 'NNTPPermanentErro
[all...]
/external/python/cpython3/Lib/
H A Dnntplib.py83 "NNTPError", "NNTPReplyError", "NNTPTemporaryError",
109 class NNTPTemporaryError(NNTPError): class in inherits:NNTPError
391 except (NNTPPermanentError, NNTPTemporaryError):
454 raise NNTPTemporaryError(resp)
987 except NNTPTemporaryError as e:
/external/python/cpython3/Lib/test/support/
H A D__init__.py1429 except nntplib.NNTPTemporaryError as err:

Completed in 206 milliseconds