Searched refs:NNTPPermanentError (Results 1 – 5 of 5) sorted by relevance
65 class NNTPPermanentError(NNTPError): class80 error_perm = NNTPPermanentError133 except NNTPPermanentError:164 raise NNTPPermanentError(resp)168 except NNTPPermanentError:229 raise NNTPPermanentError(resp)
113 class NNTPPermanentError(NNTPError): class391 except (NNTPPermanentError, NNTPTemporaryError):456 raise NNTPPermanentError(resp)538 except NNTPPermanentError:969 raise NNTPPermanentError(resp)984 except NNTPPermanentError:
55 with self.assertRaises(nntplib.NNTPPermanentError) as cm:1489 Handler, nntplib.NNTPPermanentError, Handler.welcome)1509 Handler, nntplib.NNTPPermanentError, authinfo_response,
70 :exc:`NNTPPermanentError`\ s, you might need to set *readermode*.97 .. exception:: NNTPPermanentError
70 :exc:`NNTPPermanentError`\ s, you might need to set *readermode*.131 .. exception:: NNTPPermanentError