Wolfgang Draxinger <[EMAIL PROTECTED]> writes:
> Am I just blind for some urllib2/httplib feature, or some other
> library? Or do I really have to fiddle around with sockets
> myself (I hope not...).

I did something like that by just opening a socket and writing the
stuff with socket.sendall.  It's only about 5 lines of code and it's
pretty straightforward.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to