This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author sengels
Recipients sengels
Date 2011-11-15.10:29:20
SpamBayes Score 3.8176688e-05
Marked as misclassified No
Message-id <1321352961.33.0.0944615995053.issue13407@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2011-11-15 10:29:21sengelssetrecipients: + sengels
2011-11-15 10:29:21sengelssetmessageid: <1321352961.33.0.0944615995053.issue13407@psf.upfronthosting.co.za>
2011-11-15 10:29:20sengelslinkissue13407 messages
2011-11-15 10:29:20sengelscreate