Suggestion: "Completing" HTTP support in Python.

Oleg Broytmann phd at phd.russ.ru
Thu Jun 15 11:54:54 EDT 2000


On Thu, 15 Jun 2000, Robb Shecter wrote:
> h = HTTP('my.host.name', '/loginscript', 8080)
> (code, msg, headers) = h.post()

import urllib
filename, headers = urllib.urlretrieve("http://my.host.name:8080/loginscript")

Oleg.            (All opinions are mine and not of my employer)
---- 
    Oleg Broytmann      Foundation for Effective Policies      phd at phd.russ.ru
           Programmers don't die, they just GOSUB without RETURN.





More information about the Python-list mailing list