wim glenn added the comment:

This issue also got me.  compresslevel kwarg works fine for tarfile.open(..., 
mode='w:gz') but raises exception for tarfile.open(..., mode='w|gz')

I want to use stream compression, and compresslevel=1 is more than enough for 
my use case, the default of 9 is way too slow.

----------
nosy: +wim.glenn

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue26253>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to