From: Sean Reifscheider Date: Thu, 20 Mar 2008 03:20:48 +0000 (+0000) Subject: Issue 2188: Documentation hint about disabling proxy detection. X-Git-Tag: v2.6a2~207 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=45ea86c1245358fc4097f60aaeee386d18ca1c07;p=python Issue 2188: Documentation hint about disabling proxy detection. --- diff --git a/Doc/library/urllib2.rst b/Doc/library/urllib2.rst index d5c57b2c80..dad03401bf 100644 --- a/Doc/library/urllib2.rst +++ b/Doc/library/urllib2.rst @@ -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:`_proxy`. + To disable autodetected proxy pass an empty dictionary. .. class:: HTTPPasswordMgr()