◐ Shell
clean mode source ↗

Message 63317 - Python tracker

Message63317

Author mwilck
Recipients doko, kxroberto, mwilck, orsenthil, vila
Date 2008-03-06.10:45:31
SpamBayes Score 0.061608642
Marked as misclassified No
Message-id <1204800334.22.0.0454000071673.issue1424152@psf.upfronthosting.co.za>
In-reply-to
Content
The recipe in its current form doesn't work with urllib2 in python 2.5

The reason it fails is that the HTTPConnection.request() method isn't
passed the request itself (with the proxy host and port info). No easy
solution to be seen.
History
Date User Action Args
2008-03-06 10:45:34mwilcksetspambayes_score: 0.0616086 -> 0.061608642
recipients: + mwilck, doko, orsenthil, kxroberto, vila
2008-03-06 10:45:34mwilcksetspambayes_score: 0.0616086 -> 0.0616086
messageid: <1204800334.22.0.0454000071673.issue1424152@psf.upfronthosting.co.za>
2008-03-06 10:45:31mwilcklinkissue1424152 messages
2008-03-06 10:45:31mwilckcreate