[issue21404] Compression level for tarfile/zipfile

2014-05-01 Thread Sworddragon
Sworddragon added the comment: Then this one is easy: The documentation needs just an update. But then there is still zipfile that doesn't provide (or at least document) a compression level. -- ___ Python tracker

[issue21404] Compression level for tarfile/zipfile

2014-05-01 Thread Lars Gustäbel
Lars Gustäbel added the comment: That's right. But it is there. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

[issue21404] Compression level for tarfile/zipfile

2014-05-01 Thread Sworddragon
Sworddragon added the comment: Could it be that compress_level is not documented? -- ___ Python tracker ___ ___ Python-bugs-list maili

[issue21404] Compression level for tarfile/zipfile

2014-05-01 Thread Lars Gustäbel
Lars Gustäbel added the comment: tarfile.open() actually supports a compress_level argument for gzip and bzip2 and a preset argument for lzma compression. -- nosy: +lars.gustaebel ___ Python tracker __

[issue21404] Compression level for tarfile/zipfile

2014-04-30 Thread Sworddragon
New submission from Sworddragon: The tarfile/zipfile libraries doesn't seem to provide a direct way to specify the compression level. I have now ported my code from subprocess to tarfile/zipfile to achieve platform independency but would be happy if I could also control the compression level.

[issue21404] Compression level for tarfile/zipfile

2014-04-30 Thread Sworddragon
Changes by Sworddragon : -- type: -> enhancement ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.