This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Tzigi
Recipients Tzigi
Date 2009-06-14.11:49:57
SpamBayes Score 4.1660638e-05
Marked as misclassified No
Message-id <1244980199.28.0.54788876069.issue6282@psf.upfronthosting.co.za>
In-reply-to
Content
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.BZ2Compressor(1)).
History
Date User Action Args
2009-06-14 11:49:59Tzigisetrecipients: + Tzigi
2009-06-14 11:49:59Tzigisetmessageid: <1244980199.28.0.54788876069.issue6282@psf.upfronthosting.co.za>
2009-06-14 11:49:57Tzigilinkissue6282 messages
2009-06-14 11:49:57Tzigicreate