Home
last modified time | relevance | path

Searched refs:NNTPDataError (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Lib/
Dnntplib.py73 class NNTPDataError(NNTPError): class
82 error_data = NNTPDataError
212 raise NNTPDataError('line too long')
501 raise NNTPDataError(line)
550 raise NNTPDataError(resp)
554 raise NNTPDataError(resp)
/external/python/cpython3/Lib/
Dnntplib.py121 class NNTPDataError(NNTPError): class
198 raise NNTPDataError("LIST OVERVIEW.FMT response too short")
200 raise NNTPDataError("LIST OVERVIEW.FMT redefines default fields")
225 raise NNTPDataError("OVER/XOVER response doesn't include "
434 raise NNTPDataError('line too long')
884 raise NNTPDataError(resp)
887 raise NNTPDataError(resp)
/external/python/cpython2/Lib/test/
Dtest_nntplib.py64 self.assertRaises(nntplib.NNTPDataError,
/external/python/cpython2/Doc/library/
Dnntplib.rst111 .. exception:: NNTPDataError
/external/python/cpython3/Doc/library/
Dnntplib.rst142 .. exception:: NNTPDataError
/external/python/cpython3/Lib/test/
Dtest_nntplib.py1196 self.assertRaises(nntplib.NNTPDataError,