[issue13407] tarfile.getmembers misses members again

sengels report at bugs.python.org
Tue Nov 15 11:29:21 CET 2011


New submission from sengels <ps_ml at gmx.de>:

This bug seems to be related to http://bugs.python.org/issue13158

When I try to run the following code:

import tarfile

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

against this tarball: http://www.winkde.org/pub/kde/ports/win32/repository/other/kdelibs-4.7.3.tar.bz2 it will output 150 members. This is not enough and other tools like 7zip or bsdtar report a lot more (should be around 9237).

----------
messages: 147663
nosy: sengels
priority: normal
severity: normal
status: open
title: tarfile.getmembers misses members again
versions: Python 2.7, Python 3.2

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


More information about the Python-bugs-list mailing list