bz2 support in Python?

Andrew M. Kuchling akuchlin at mems-exchange.org
Mon May 22 10:12:02 EDT 2000


Xavier Outhier <xavier.outhier at anfdata.cz> writes:
> Is there in Python any bz2 tool? bz2 is the 2nd version
> of bzip. A compression algo.

Not as far as I know, though it would certainly be possible to write
one.  Without such an extension, you'd have to run a bzip2 subprocess
to handle compression or decompression.  By the way,
http://www.vex.net/parnassus/ is the best place to search for whether
a Python module exists.

-- 
A.M. Kuchling			http://starship.python.net/crew/amk/
To my battle-scarred mind, documentation is never more than a hint. Read it
once with disbelief suspended, and then again with full throttle skepticism.
  -- Gordon McMillan, 19 Oct 1998




More information about the Python-list mailing list