* [EMAIL PROTECTED] (29 Mar 2007 12:18:19 -0700) > I am trying to get the content of a web site like this: > But my question is how can I do a 'GET' request without putting the '/ > index.html''
import urllib print urllib.urlopen('http://www.yahoo.com/').read() -- http://mail.python.org/mailman/listinfo/python-list