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 xiang.zhang
Recipients joshtriplett, martin.panter, r.david.murray, xiang.zhang
Date 2016-08-15.13:14:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471266841.53.0.163938305899.issue27450@psf.upfronthosting.co.za>
In-reply-to
Content
If you don't want to manually parse it, the lib has to. Currently, bz2 delegates all the raw data parsing (compression/decompression) to the underlying C library. Unfortunately the bzip2 library doesn't expose the header info which means to get compression level, we have to do some raw data parsing in the lib.

Actually I wonder if it's worth though this seems not hard to implement.
History
Date User Action Args
2016-08-15 13:14:01xiang.zhangsetrecipients: + xiang.zhang, joshtriplett, r.david.murray, martin.panter
2016-08-15 13:14:01xiang.zhangsetmessageid: <1471266841.53.0.163938305899.issue27450@psf.upfronthosting.co.za>
2016-08-15 13:14:01xiang.zhanglinkissue27450 messages
2016-08-15 13:14:01xiang.zhangcreate