* bpo-13407: Mention that tarfile doesn't support multistream bzip2 files
* Add mention to bz2 module also
* Thread safety uses individual locking mechanism.
+.. note::
+ Handling of multi-stream bzip2 files is not supported. Modules such as
+ `bz2file <https://github.com/nvawda/bz2file>`_ let you overcome this.
+
(De)compression of files
------------------------
character devices and block devices and is able to acquire and restore file
information like timestamp, access permissions and owner.
+.. note::
+ Handling of multi-stream bzip2 files is not supported. Modules such as
+ `bz2file <https://github.com/nvawda/bz2file>`_ let you overcome this.
+
.. function:: open(name=None, mode='r', fileobj=None, bufsize=10240, \*\*kwargs)
--- /dev/null
+Add a note to :mod:`bz2` and :mod:`tarfile` stating that handling of
+multi-stream bzip2 files is not supported.