Searched refs:NNTPPermanentError (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Lib/ |
H A D | nntplib.py | 85 "NNTPPermanentError", "NNTPProtocolError", "NNTPDataError", 116 class NNTPPermanentError(NNTPError): class 422 except (NNTPPermanentError, NNTPTemporaryError): 488 raise NNTPPermanentError(resp) 570 except NNTPPermanentError: 967 raise NNTPPermanentError(resp) 982 except NNTPPermanentError:
|
/third_party/python/Lib/test/ |
H A D | test_nntplib.py | 65 with self.assertRaises(nntplib.NNTPPermanentError) as cm: 1490 'NNTPTemporaryError', 'NNTPPermanentError', 1551 Handler, nntplib.NNTPPermanentError, Handler.welcome) 1571 Handler, nntplib.NNTPPermanentError, authinfo_response,
|
Completed in 4 milliseconds