mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
Merge from 3.2 - Issue9637 - Explain in getproxies_environment that <scheme>_proxy environ variable case does not matter.
This commit is contained in:
commit
bda7a80194
1 changed files with 4 additions and 4 deletions
|
|
@ -124,10 +124,10 @@ The :mod:`urllib.request` module defines the following functions:
|
||||||
.. function:: getproxies()
|
.. function:: getproxies()
|
||||||
|
|
||||||
This helper function returns a dictionary of scheme to proxy server URL
|
This helper function returns a dictionary of scheme to proxy server URL
|
||||||
mappings. It scans the environment for variables named ``<scheme>_proxy``
|
mappings. It scans the environment for variables named ``<scheme>_proxy``,
|
||||||
for all operating systems first, and when it cannot find it, looks for proxy
|
in a case insensitive approach, for all operating systems first, and when it
|
||||||
information from Mac OSX System Configuration for Mac OS X and Windows
|
cannot find it, looks for proxy information from Mac OSX System
|
||||||
Systems Registry for Windows.
|
Configuration for Mac OS X and Windows Systems Registry for Windows.
|
||||||
|
|
||||||
|
|
||||||
The following classes are provided:
|
The following classes are provided:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue