Commit 19d85c27 authored by Senthil Kumaran's avatar Senthil Kumaran

Issue9637 - Explain in getproxies_environment that <scheme>_proxy environ...

Issue9637 - Explain in getproxies_environment that <scheme>_proxy environ variable case does not matter.
parent ee91e099
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment