<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi<br>
<br>
the following code <br>
<blockquote><b> import urllib<br>
urllib.urlopen(<a class="moz-txt-link-rfc2396E" href="http://wordsmith.org/words/today.html">"http://wordsmith.org/words/today.html"</a>)<br>
_.read()<br>
</b></blockquote>
yields the output :<br>
<br>
<blockquote><b><!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML
2.0//EN"><br>
<html><head><br>
<title>404 Not Found</title><br>
</head><body><br>
<h1>Not Found</h1><br>
<p>The requested URL /words/today.html was not found on
this server.</p><br>
<hr><br>
<address>Apache/2.2.14 (Ubuntu) PHP/5.3.2-1ubuntu4.7 with
Suhosin-Patch mod_ssl/2.2.14 OpenSSL/0.9.8k Server at
wordsmith.org Port 80</address><br>
</body></html><br>
<br>
<br>
</b></blockquote>
but when I open the page <a class="moz-txt-link-freetext" href="http://wordsmith.org/words/today.html">http://wordsmith.org/words/today.html</a> in
the browser, the page is different. My http_proxy environment
variable is also set. So what could be the reason behind this?<br>
<pre class="moz-signature" cols="72">--
Rajat Khandelwal
Comp. Sc. & Engg. Student
SD39, Satpura Hostel
IIT Delhi</pre>
</body>
</html>