[issue13407] tarfile.getnames misses members again

2011-11-15 Thread sengels

Changes by sengels :


--
title: tarfile.getmembers misses members again -> tarfile.getnames misses 
members again

___
Python tracker 
<http://bugs.python.org/issue13407>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue13407] tarfile.getmembers misses members again

2011-11-15 Thread sengels

New submission from sengels :

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 
<http://bugs.python.org/issue13407>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com