subprocess.call with non-ASCII arguments?

Ulli Horlacher framstag at rus.uni-stuttgart.de
Tue Dec 15 12:57:18 EST 2015


Dennis Lee Bieber <wlfraed at ix.netcom.com> wrote:

>         Python has a zipfile library that is portable between OS. Along with
> libraries for gzip, bzip2, and tarfiles...

Ohh.. this is new to me!

https://docs.python.org/2/library/tarfile.html
https://docs.python.org/2/library/zipfile.html

What is missing in the documentation:
Is the tar/zip file generation done in memory or will it be written
directly to disk?

My program creates zip or tar files up to TB size. This cannot be done in
memory.


-- 
Ullrich Horlacher              Server und Virtualisierung
Rechenzentrum IZUS/TIK         E-Mail: horlacher at tik.uni-stuttgart.de
Universitaet Stuttgart         Tel:    ++49-711-68565868
Allmandring 30a                Fax:    ++49-711-682357
70550 Stuttgart (Germany)      WWW:    http://www.tik.uni-stuttgart.de/



More information about the Python-list mailing list