Blame SOURCES/00185-urllib2-honors-noproxy-for-ftp.patch

8db7d0
diff -up Python-2.7.5/Lib/urllib2.py.orig Python-2.7.5/Lib/urllib2.py
8db7d0
--- Python-2.7.5/Lib/urllib2.py.orig	2013-07-17 12:22:58.595525622 +0200
8db7d0
+++ Python-2.7.5/Lib/urllib2.py	2013-07-17 12:19:59.875898030 +0200
8db7d0
@@ -728,6 +728,8 @@ class ProxyHandler(BaseHandler):
8db7d0
         if proxy_type is None:
8db7d0
             proxy_type = orig_type
8db7d0
 
8db7d0
+        req.get_host()
8db7d0
+
8db7d0
         if req.host and proxy_bypass(req.host):
8db7d0
             return None
8db7d0