[issue2464] urllib2 can't handle http://www.wikispaces.com

2008-03-23 Thread Koh Wei Jie
New submission from Koh Wei Jie <[EMAIL PROTECTED]>: Try the following code: import urllib2 gmail = urllib2.urlopen("https://www.gmail.com";).read() wikispaces = urllib2.urlopen("http://www.wikispaces.com";).read() Getting the html over HTTPS from gmail.com wor

[issue2464] urllib2 can't handle http://www.wikispaces.com

2008-03-28 Thread Koh Wei Jie
Koh Wei Jie <[EMAIL PROTECTED]> added the comment: Please take your time, because this bug isn't critical. Thanks! __ Tracker <[EMAIL PROTECTED]> <http://bugs.