wasm-demo/demo/ermis-f/python_m/cur/0842

23 lines
583 B
Plaintext

From: arcege at shore.net (Michael P. Reilly)
Date: Wed, 28 Apr 1999 18:28:52 GMT
Subject: Python implementation of tar
References: <7ftjjl$tim$1@nnrp1.dejanews.com>
Message-ID: <ErIV2.148$pX2.85631@news.shore.net>
X-UID: 842
frankmcgeough at my-dejanews.com wrote:
: Does someone has a tar implementation written in Python?
I don't know of one, but I just wrote this in the last 45 minutes or
so.
http://www.shore.net/~arcege/python/tar.py
It only reads the tarfiles for now, and doesn't handle blocking (yet).
-Arcege