]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue9637 - Explain in getproxies_environment that <scheme>_proxy environ variable...
authorSenthil Kumaran <senthil@uthcode.com>
Tue, 10 Jan 2012 17:29:08 +0000 (01:29 +0800)
committerSenthil Kumaran <senthil@uthcode.com>
Tue, 10 Jan 2012 17:29:08 +0000 (01:29 +0800)
Doc/library/urllib.request.rst

index 6b2b013a61a9b07593acc259425f1cf9096979f0..cc759a4465ecfe2dd18cae5bc1583fc0a6c4fac1 100644 (file)
@@ -124,10 +124,10 @@ The :mod:`urllib.request` module defines the following 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.
+   mappings. It scans the environment for variables named ``<scheme>_proxy``,
+   in a case insensitive approach, 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.
 
 
 The following classes are provided: