yeah, I actually typed that by hand, the url is a local intranet thus I dont specify any proxies of any kind (which I assume isnt required).
Sorry about the typo.
Cheers

Dennis Lee Bieber wrote:
On Thu, 15 Sep 2005 09:19:53 +1000, Astan Chee <[EMAIL PROTECTED]>
declaimed the following in comp.lang.python:

  
    The code snipplet where this error
    happens is
    f = urllib.urlopen("http://www.hotmail.com/)
    notes= f.readlines()

    
	Is that a cut&paste, or did you type it by hand?

	Note that you have no closing " on that URL.
  
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to