Timeouts are normal errors now.

--
FIX ALL TEH TESTS!
This commit is contained in:
Kenneth Reitz
2011-06-21 22:43:15 -04:00
parent 162b751f6d
commit e2d6a92150
+2
View 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)