From e2d6a92150de44722a305959b2326376343aedce Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 21 Jun 2011 22:43:15 -0400 Subject: [PATCH] Timeouts are normal errors now. -- FIX ALL TEH TESTS! --- HISTORY.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index 65eec3b8..dd7f97e2 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -10,6 +10,8 @@ History * Redirect Fixes * settings.verbose stream writing * Querystrings for all methods +* URLErrors (Connection Refused, Timeout, Invalid URLs) are treated as explicity raised + ``r.requests.get('hwe://blah'); r.raise_for_status()`` 0.4.1 (2011-05-22)