Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_ftplib.py436 self.assertRaises(ftplib.error_temp, self.client.sendcmd, 'echo 400')
437 self.assertRaises(ftplib.error_temp, self.client.sendcmd, 'echo 499')
443 exceptions = (ftplib.error_reply, ftplib.error_temp, ftplib.error_perm,
/external/python/cpython2/Lib/
Dftplib.py65 class error_temp(Error): pass # 4xx errors class
222 raise error_temp, resp
Dnntplib.py79 error_temp = NNTPTemporaryError variable
/external/python/cpython2/Doc/library/
Dnntplib.rst93 backwards compatibility, the exception ``error_temp`` is equivalent to this
Dftplib.rst105 .. exception:: error_temp