Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add bzip2 multi-stream support #6

Open
joachimmetz opened this issue Jan 16, 2015 · 0 comments
Open

Add bzip2 multi-stream support #6

joachimmetz opened this issue Jan 16, 2015 · 0 comments

Comments

@joachimmetz
Copy link
Member

From: https://docs.python.org/2/library/bz2.html

Note This class does not support input files containing multiple streams (such as those produced
by the pbzip2 tool). When reading such an input file, only the first stream will be accessible.
If you require support for multi-stream files, consider using the third-party bz2file module
(available from PyPI). This module provides a backport of Python 3.3’s BZ2File class,
which does support multi-stream files.

https://github.com/nvawda/bz2file

@joachimmetz joachimmetz changed the title Add bzip2 support Add bzip2 multi-stream support Jan 28, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant