From 8070ddcd9b43e0954b49c757b6e5507c50777833 Mon Sep 17 00:00:00 2001 From: Senthil Kumaran Date: Wed, 11 Jan 2012 01:35:02 +0800 Subject: port to 2.7 - Issue9637 - Details that case of Proxy env var does not matter. --- Doc/library/urllib.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Doc/library/urllib.rst b/Doc/library/urllib.rst index 82f1bda..1f5d994 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 -- cgit v0.12