This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gimbo
Recipients
Date 2002-02-27.14:53:42
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
This patch extends urllib.urlopen() so that
proxies may be specified explicitly.  This is
achieved by adding an optional "proxies"
parameter.  If this parameter is omitted,
urlopen() acts exactly as before, ie gets
proxy settings from the environment.

This is useful if you want to tell urlopen()
not to use the proxy: just pass an empty
dictionary.

Also included is a patch to the urllib
documentation explaining the new parameter.

Apologies if patch format is not exactly as
required: this is my first submission.  All
feedback appreciated.  :-)
History
Date User Action Args
2007-08-23 15:11:20adminlinkissue523415 messages
2007-08-23 15:11:20admincreate