This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author nfl
Recipients cameron, chrisl, djc, doko, dpeterson, kxroberto, matb, mihalis68, mjpieters, mwilck, nfl, orsenthil, poeml, vila
Date 2008-06-27.22:22:47
SpamBayes Score 0.09852515
Marked as misclassified No
Message-id <1214605368.56.0.268847437951.issue1424152@psf.upfronthosting.co.za>
In-reply-to
Content
Hi,

looks like the attached patch only works if I use
urllib2.ProxyHandler({'https' : proxy}) at the start, but not when I use
request.set_proxy(proxy, 'https') per request. I tested with Python
2.5.1 on Win32.
History
Date User Action Args
2008-06-27 22:22:48nflsetspambayes_score: 0.0985252 -> 0.09852515
recipients: + nfl, doko, mjpieters, orsenthil, kxroberto, vila, djc, mwilck, chrisl, mihalis68, dpeterson, poeml, cameron, matb
2008-06-27 22:22:48nflsetspambayes_score: 0.0985252 -> 0.0985252
messageid: <1214605368.56.0.268847437951.issue1424152@psf.upfronthosting.co.za>
2008-06-27 22:22:47nfllinkissue1424152 messages
2008-06-27 22:22:47nflcreate