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

Senthil Kumaran orsenthil at gmail.com
Wed Jul 14 22:12:14 CEST 2010


On Wed, Jul 14, 2010 at 03:32:00PM -0400, Fred Drake wrote:
> > +                        proxies['https'] = 'http://%s' % proxyServer
> 
> Is that really right?  Shouldn't the proxy be 'https://...' ?

Yes, it should be. Thank you for spotting that. I corrected it the
next check-in.


-- 
Senthil

Think of prototypes as a funny markup language--the interpretation is
left up to the rendering engine.
		-- Larry Wall in <199710221710.KAA24242 at wall.org>


More information about the Python-checkins mailing list