[issue6282] In tarfile, compression level cannot be specified
Omri Shaked added the comment: Silly me... Thanks! -- status: open -> closed ___ Python tracker <http://bugs.python.org/issue6282> ___ ___ Python-bugs-lis
[issue6282] In tarfile, compression level cannot be specified
New submission from Omri Shaked : When creating a TarFile object that uses compression, the compressor is always created using its default compression level. import bz2 self.cmp = bz2.BZ2Compressor() You can't specify the compression level (i.e. self.cmp = bz2.BZ2Compres