[Python-checkins] r61663 - python/trunk/Doc/library/urllib2.rst

sean.reifschneider python-checkins at python.org
Thu Mar 20 04:20:48 CET 2008


Author: sean.reifschneider
Date: Thu Mar 20 04:20:48 2008
New Revision: 61663

Modified:
   python/trunk/Doc/library/urllib2.rst
Log:
Issue 2188: Documentation hint about disabling proxy detection.


Modified: python/trunk/Doc/library/urllib2.rst
==============================================================================
--- python/trunk/Doc/library/urllib2.rst	(original)
+++ python/trunk/Doc/library/urllib2.rst	Thu Mar 20 04:20:48 2008
@@ -182,6 +182,7 @@
    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()


More information about the Python-checkins mailing list