New submission from Koh :
By specifying a filename in the compile function and then improperly
terminating it, we are able to return the first line of any file.
>> compile('yield', '/etc/passwd', 'exec')
File "/etc/passwd", line 1
root:x:0:0:
Koh Wei Jie <[EMAIL PROTECTED]> added the comment:
Please take your time, because this bug isn't critical. Thanks!
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.
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