Searched refs:ContentTooShortError (Results 1 – 4 of 4) sorted by relevance
518 self.assertRaises(urllib.ContentTooShortError, urllib.urlretrieve,534 … self.assertRaises(urllib.ContentTooShortError, urllib.urlretrieve, 'http://example.com/')
114 class ContentTooShortError(IOError): class288 raise ContentTooShortError("retrieval incomplete: got only %i out "
178 :func:`urlretrieve` will raise :exc:`ContentTooShortError` when it detects that431 .. exception:: ContentTooShortError(msg[, content])
4445 - Issue #10817: Fix urlretrieve function to raise ContentTooShortError even