* silverburgh.meryl at gmail.com (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()