Reading tar/gz-files
Bernhard Herzog
herzog at online.de
Thu Jan 6 18:22:53 EST 2000
More information about the Python-list mailing list
Thu Jan 6 18:22:53 EST 2000
- Previous message (by thread): Reading tar/gz-files
- Next message (by thread): Reading tar/gz-files
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Martin von Loewis <loewis at informatik.hu-berlin.de> writes: > Alternatively, you could try to live without an external tar command, > and implement that yourself. The gzip module is already there and > provides you with an uncompressed stream. All you'd need to do is to > interpret the format of tar yourself. See /usr/include/tar.h for a > starting point. Note also, that the Python Imaging Library comes with a TarIO module that implements at least some of the functionality. -- Bernhard Herzog | Sketch, a drawing program for Unix herzog at online.de | http://sketch.sourceforge.net/
- Previous message (by thread): Reading tar/gz-files
- Next message (by thread): Reading tar/gz-files
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list