]> granicus.if.org Git - python/commitdiff
Issue 2188: Documentation hint about disabling proxy detection.
authorSean Reifscheider <jafo@tummy.com>
Thu, 20 Mar 2008 03:20:48 +0000 (03:20 +0000)
committerSean Reifscheider <jafo@tummy.com>
Thu, 20 Mar 2008 03:20:48 +0000 (03:20 +0000)
Doc/library/urllib2.rst

index d5c57b2c8076100d33937b03238ef37398a62ede..dad03401bfe9f24943d374b6a23d1b0239c7d30a 100644 (file)
@@ -182,6 +182,7 @@ The following classes are provided:
    Cause requests to go through a proxy. If *proxies* is given, it must be a
    dictionary mapping protocol names to URLs of proxies. The default is to read the
    list of proxies from the environment variables :envvar:`<protocol>_proxy`.
+   To disable autodetected proxy pass an empty dictionary.
 
 
 .. class:: HTTPPasswordMgr()