urllib proxy support confusion

Grant Edwards grante at visi.com
Tue Mar 11 11:35:52 EDT 2008


Reading through the doc at http://docs.python.org/lib/module-urllib.html,
there are several paragraphs (including code examples) showing
how you specify what proxies to use when calling urlopen():

   Alternatively, the optional proxies argument may be used to
   explicitly specify proxies. [...]

The explanation of how to specify proxies is followed by this
paragraph denying that the ability to do so exists:

   The urlopen() function does not support explicit proxy
   specification. If you need to override environmental proxy
   settings, use URLopener, or a subclass such as
   FancyURLopener.

That seems a bit baffling.  If it urlopen doesn't support
specifying proxies, why are there examples showing how to do
it? If it does support specifying proxies, what is the pragraph
quoted above supposed to mean?

-- 
Grant Edwards                   grante             Yow! Am I accompanied by a
                                  at               PARENT or GUARDIAN?
                               visi.com            



More information about the Python-list mailing list