>  ACK. AIUI setting proxy to '' now means that this disables the proxy
> support for older urlgrabber (using curl) versions too, or no?

I'd say so.  The old urlgrabber code is:

        if opts.proxies:  (yes, dict is non-empty)
            for (scheme, proxy) in opts.proxies.items():
                ... (does not check/ignore proxy=="")
                if proxy == '_none_': proxy = "" (added in commit 678bd872, now 
obsolete)
                self.curl_obj.setopt(pycurl.PROXY, proxy)
_______________________________________________
Yum-devel mailing list
Yum-devel@lists.baseurl.org
http://lists.baseurl.org/mailman/listinfo/yum-devel

Reply via email to