[issue6524] tarfile module missing decompression support?

2009-07-20 Thread Henrik ravn
New submission from Henrik ravn hra...@gmail.com: 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 pyshell#2, line 1, in module tf = tarfile.TarFile(sometarfile.tar.bz2

[issue6524] tarfile module missing decompression support?

2009-07-20 Thread Henrik ravn
Henrik ravn hra...@gmail.com added the comment: Nevermind - apparently I misunderstood the docs. Sorry. -- status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6524