What steps will reproduce the problem?
1. The documentation
(http://httplib2.googlecode.com/hg/doc/html/libhttplib2.html#httplib2.Http)
shows the following default value of the constructor
httplib2.Http(proxy_info=None ...)
2. The code tells another story:
def __init__(self, cache=None, timeout=None,
proxy_info=ProxyInfo.from_environment,
Original issue reported on code.google.com by simon.cl...@gmail.com on 25 Jun 2012 at 12:05
Original issue reported on code.google.com by
simon.cl...@gmail.com
on 25 Jun 2012 at 12:05