Re: urllib2 weirdness when https_proxy environment variable is exported

2007-10-29 Thread Devraj
Hi John, Thanks for that. Do you have any web urls that I can see an example of the hack? On Oct 28, 3:50 am, [EMAIL PROTECTED] (John J. Lee) wrote: > Devraj <[EMAIL PROTECTED]> writes: > > I have been extensively using Python's urllib2 while developing a > > project with the Google Data API. T

Re: urllib2 weirdness when https_proxy environment variable is exported

2007-10-27 Thread John J. Lee
Devraj <[EMAIL PROTECTED]> writes: > I have been extensively using Python's urllib2 while developing a > project with the Google Data API. The Google Data API uses httplib to > place all of its requests. However I have been using urllib2 and some > handlers that I discovered in an ASPN article to

urllib2 weirdness when https_proxy environment variable is exported

2007-10-25 Thread Devraj
Hi Everyone, I have been extensively using Python's urllib2 while developing a project with the Google Data API. The Google Data API uses httplib to place all of its requests. However I have been using urllib2 and some handlers that I discovered in an ASPN article to handle HTTPS proxies in my cod