Home
last modified time | relevance | path

Searched refs:NNTPDataError (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/
H A Dnntplib.py85 "NNTPPermanentError", "NNTPProtocolError", "NNTPDataError",
124 class NNTPDataError(NNTPError): class
184 Raises NNTPDataError if the response is not compliant
201 raise NNTPDataError("LIST OVERVIEW.FMT response too short")
203 raise NNTPDataError("LIST OVERVIEW.FMT redefines default fields")
228 raise NNTPDataError("OVER/XOVER response doesn't include "
466 raise NNTPDataError('line too long')
878 raise NNTPDataError(resp)
881 raise NNTPDataError(resp)
/third_party/python/Lib/test/
H A Dtest_nntplib.py1258 self.assertRaises(nntplib.NNTPDataError,
1491 'NNTPProtocolError', 'NNTPDataError', 'decode_header']

Completed in 5 milliseconds