Oh, I forgot to mention...

Artie Ziff wrote:

Essentially, I want to write a class that finds, and downloads a file from a web server.
[...]
mostly, I am looking for a smart class implementation that has well-considered API and method choices.

Have you looked at the code in the Python standard library itself? E.g.:

http://docs.python.org/library/httplib.html
http://www.voidspace.org.uk/python/articles/urllib2.shtml



--
Steven
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to