pbienst wrote:
> I would like to bundle up a number of files in a tar file and send it
> over a HTTP connection, but I would like to do this without creating
> the tar file on disk first.
> 

Stringio lets you treat a strings as a files...

http://docs.python.org/library/stringio.html

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

Reply via email to