New submission from sengels <ps...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue13407> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com