cpython: 3370fa13ed73 (original) (raw)
Mercurial > cpython
changeset 74322:3370fa13ed73 3.2
Issue9637 - Explain in getproxies_environment that _proxy environ variable case does not matter.
Senthil Kumaran senthil@uthcode.com | |
---|---|
date | Wed, 11 Jan 2012 01:29:08 +0800 |
parents | b950267efd59 |
children | eb028b3c62c9 e40e9866bb4d |
files | Doc/library/urllib.request.rst |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-)[+] [-] Doc/library/urllib.request.rst 8 |
line wrap: on
line diff
--- a/Doc/library/urllib.request.rst
+++ b/Doc/library/urllib.request.rst
@@ -124,10 +124,10 @@ The :mod:urllib.request
module defines
.. 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.