[docs] [issue13407] tarfile doesn't support multistream bzipped tar files

Andrés Delfino report at bugs.python.org
Mon Jul 23 13:56:09 EDT 2018


Andrés Delfino <adelfino at gmail.com> added the comment:

This is no longer reproducible under 3.7.0.

>>> import tarfile
>>> tf = tarfile.open("kdelibs-4.7.3.tar.bz2", "r")
>>> print(len(tf.getnames()))
9237

Not sure I should be the one closing this.

----------
nosy: +adelfino

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue13407>
_______________________________________


More information about the docs mailing list