From: Senthil Kumaran Date: Tue, 10 Jan 2012 17:35:02 +0000 (+0800) Subject: port to 2.7 - Issue9637 - Details that case of Proxy env var does not matter. X-Git-Tag: v2.7.3rc1~180 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8070ddcd9b43e0954b49c757b6e5507c50777833;p=thirdparty%2FPython%2Fcpython.git port to 2.7 - Issue9637 - Details that case of Proxy env var does not matter. --- diff --git a/Doc/library/urllib.rst b/Doc/library/urllib.rst index 82f1bda583b9..1f5d9949bc28 100644 --- a/Doc/library/urllib.rst +++ b/Doc/library/urllib.rst @@ -274,10 +274,10 @@ Utility functions .. 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 case insensitive way, 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. URL Opener objects