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 wim.glenn
Recipients Patrik Dufresne, lars.gustaebel, martin.panter, wim.glenn, xiang.zhang
Date 2017-06-28.20:13:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498680781.68.0.165867200612.issue26253@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-06-28 20:13:01wim.glennsetrecipients: + wim.glenn, lars.gustaebel, martin.panter, xiang.zhang, Patrik Dufresne
2017-06-28 20:13:01wim.glennsetmessageid: <1498680781.68.0.165867200612.issue26253@psf.upfronthosting.co.za>
2017-06-28 20:13:01wim.glennlinkissue26253 messages
2017-06-28 20:13:01wim.glenncreate