Home
last modified time | relevance | path

Searched refs:NNTPPermanentError (Results 1 – 2 of 2) 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/cpython2/Doc/library/
Dnntplib.rst70 :exc:`NNTPPermanentError`\ s, you might need to set *readermode*.
97 .. exception:: NNTPPermanentError