Home
last modified time | relevance | path

Searched refs:NNTPPermanentError (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/
Dnntplib.py65 class NNTPPermanentError(NNTPError): class
80 error_perm = NNTPPermanentError
133 except NNTPPermanentError:
164 raise NNTPPermanentError(resp)
168 except NNTPPermanentError:
229 raise NNTPPermanentError(resp)
/external/python/cpython3/Lib/
Dnntplib.py113 class NNTPPermanentError(NNTPError): class
391 except (NNTPPermanentError, NNTPTemporaryError):
456 raise NNTPPermanentError(resp)
538 except NNTPPermanentError:
969 raise NNTPPermanentError(resp)
984 except NNTPPermanentError:
/external/python/cpython3/Lib/test/
Dtest_nntplib.py55 with self.assertRaises(nntplib.NNTPPermanentError) as cm:
1489 Handler, nntplib.NNTPPermanentError, Handler.welcome)
1509 Handler, nntplib.NNTPPermanentError, authinfo_response,
/external/python/cpython2/Doc/library/
Dnntplib.rst70 :exc:`NNTPPermanentError`\ s, you might need to set *readermode*.
97 .. exception:: NNTPPermanentError
/external/python/cpython3/Doc/library/
Dnntplib.rst70 :exc:`NNTPPermanentError`\ s, you might need to set *readermode*.
131 .. exception:: NNTPPermanentError