Timeouts are normal errors now.
authorKenneth Reitz <me@kennethreitz.com>
Wed, 22 Jun 2011 02:43:15 +0000 (22:43 -0400)
committerKenneth Reitz <me@kennethreitz.com>
Wed, 22 Jun 2011 02:43:15 +0000 (22:43 -0400)
--
FIX ALL TEH TESTS!

HISTORY.rst

index 65eec3b..dd7f97e 100644 (file)
@@ -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)