[Python-checkins] r82892 - in python/branches/release27-maint: Lib/urllib.py

Fred Drake fdrake at acm.org
Wed Jul 14 21:32:00 CEST 2010


On Wed, Jul 14, 2010 at 3:25 PM, senthil.kumaran
<python-checkins at python.org> wrote:
> +                        proxies['https'] = 'http://%s' % proxyServer

Is that really right?  Shouldn't the proxy be 'https://...' ?


  -Fred

--
Fred L. Drake, Jr.    <fdrake at gmail.com>
"A storm broke loose in my mind."  --Albert Einstein


More information about the Python-checkins mailing list