cpython: 4a30eae3b945 (original) (raw)
Mercurial > cpython
changeset 74324:4a30eae3b945 2.7
port to 2.7 - Issue9637 - Details that case of Proxy env var does not matter.
Senthil Kumaran senthil@uthcode.com | |
---|---|
date | Wed, 11 Jan 2012 01:35:02 +0800 |
parents | 01ef13e9e225 |
children | d22f13bb58c6 |
files | Doc/library/urllib.rst |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-)[+] [-] Doc/library/urllib.rst 8 |
line wrap: on
line diff
--- a/Doc/library/urllib.rst +++ b/Doc/library/urllib.rst @@ -274,10 +274,10 @@ Utility functions .. function:: getproxies() This helper function returns a dictionary of scheme to proxy server URL
- mappings. It scans the environment for variables named
<scheme>_proxy
- for all operating systems first, and when it cannot find it, looks for proxy
- information from Mac OSX System Configuration for Mac OS X and Windows
- Systems Registry for Windows.