This commit is contained in:
Kenneth Reitz
2011-10-06 11:58:03 -04:00
parent 608d057066
commit b970d468d1
+1 -1
View File
@@ -72,7 +72,7 @@ class PoolManager(object):
port = port or port_by_scheme.get(scheme, 80)
r = self.connection_from_host(host, port=port, scheme=scheme)
print r.__dict__
return r
def urlopen(self, method, url, **kw):