[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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. Or is there a special reason not to add 
this?

--
components: Library (Lib)
messages: 217655
nosy: Sworddragon
priority: normal
severity: normal
status: open
title: Compression level for tarfile/zipfile
versions: Python 3.4

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com