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 aimacintyre
Recipients
Date 2002-03-10.05:31:41
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=250749

I think expanding the docs is the go here.

In looking at the 2.2 docs (11.4 urllib), the bits that I think could usefully be improved include:-
- the paragraph describing the proxy environment variables should note that on Windows,
  browser (at least for InternetExplorer - I don't know about Netscape) registry settings for proxies
  will be used when available;
- a short para noting that proxies can be overridden using URLopener/FancyURLopener 
  class instances, documented further down the page, placed just before the note about 
  not supporting authenticating proxies;
- adding a description of the "proxies" parameter to the URLopener class definition;
- adding an example of bypassing proxies to the examples subsection (11.4.2).

If/when you upload a doc patch, I suggest that you assign it to Fred Drake, who is the 
chief docs person.
History
Date User Action Args
2007-08-23 15:11:20adminlinkissue523415 messages
2007-08-23 15:11:20admincreate