[issue6282] In tarfile, compression level cannot be specified

2009-06-15 Thread Omri Shaked
Omri Shaked omri.sha...@gmail.com added the comment: Silly me... Thanks! -- status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6282

[issue6282] In tarfile, compression level cannot be specified

2009-06-14 Thread Omri Shaked
New submission from Omri Shaked omri.sha...@gmail.com: 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