On Monday 25 April 2005 01:24, Harlin Seritt wrote:

> dat = urllib.urlopen(url, 'r').read()

Drop the 'r' - urlopen is posting the 'r' to the server, instead of doing what 
you mean, opening the file read-only.

Attachment: pgpmZ2zcMs1bO.pgp
Description: PGP signature

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to