jirumiro / httplib2

Automatically exported from code.google.com/p/httplib2
0 stars 0 forks source link

Documentation specifies wrong default value for proxy_info #212

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
This issue was closed by revision 403deb2f51e7.

Original comment by joe.gregorio@gmail.com on 28 Aug 2012 at 4:20