[issue6524] tarfile module missing decompression support?

2009-07-19 Thread Henrik ravn
New submission from Henrik ravn : When doing the following with python 2.6.2 on Windows Vista SP1: >>> import tarfile >>> tf = tarfile.TarFile("sometarfile.tar.bz2") Traceback (most recent call last): File "", line 1, in tf = tarfile.TarFile(&quo

[issue6524] tarfile module missing decompression support?

2009-07-20 Thread Henrik ravn
Henrik ravn added the comment: Nevermind - apparently I misunderstood the docs. Sorry. -- status: open -> closed ___ Python tracker <http://bugs.python.org/iss