projects
/
services
/
python-requests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b79dea9
)
urllib3 fix
author
Kenneth Reitz
<me@kennethreitz.com>
Tue, 15 Nov 2011 15:01:37 +0000
(10:01 -0500)
committer
Kenneth Reitz
<me@kennethreitz.com>
Tue, 15 Nov 2011 15:01:37 +0000
(10:01 -0500)
requests/packages/urllib3/connectionpool.py
patch
|
blob
|
history
diff --git
a/requests/packages/urllib3/connectionpool.py
b/requests/packages/urllib3/connectionpool.py
index
4c2c6b5
..
8b10dc7
100644
(file)
--- a/
requests/packages/urllib3/connectionpool.py
+++ b/
requests/packages/urllib3/connectionpool.py
@@
-338,7
+338,7
@@
class HTTPConnectionPool(ConnectionPool, RequestMethods):
except (SocketTimeout, Empty), e:
# Timed out either by socket or queue
- raise TimeoutError("Request timed out after %
f
seconds" %
+ raise TimeoutError("Request timed out after %
s
seconds" %
self.timeout)
except (BaseSSLError), e: