diff options
-rw-r--r-- | Doc/library/urllib2.rst | 1 |
1 files changed, 1 insertions, 0 deletions
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:`<protocol>_proxy`. + To disable autodetected proxy pass an empty dictionary. .. class:: HTTPPasswordMgr() |