changeset: 74323:eb028b3c62c9 parent: 74317:4f8c24830a5c parent: 74322:3370fa13ed73 user: Senthil Kumaran date: Wed Jan 11 01:30:23 2012 +0800 files: Doc/library/urllib.request.rst description: Merge from 3.2 - Issue9637 - Explain in getproxies_environment that _proxy environ variable case does not matter. diff -r 4f8c24830a5c -r eb028b3c62c9 Doc/library/urllib.request.rst --- a/Doc/library/urllib.request.rst Mon Jan 09 18:33:27 2012 -0500 +++ b/Doc/library/urllib.request.rst Wed Jan 11 01:30:23 2012 +0800 @@ -124,10 +124,10 @@ .. function:: getproxies() This helper function returns a dictionary of scheme to proxy server URL - mappings. It scans the environment for variables named ``_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 ``_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:

AltStyle によって変換されたページ (->オリジナル) /