You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
From: https://docs.python.org/2/library/bz2.html
https://github.com/nvawda/bz2file
The text was updated successfully, but these errors were encountered: