[issue13407] tarfile.getnames misses members again

2014-10-02 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- status: open -> pending ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:

[issue13407] tarfile.getnames misses members again

2011-11-19 Thread Petri Lehtinen
Changes by Petri Lehtinen : -- nosy: +petri.lehtinen ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue13407] tarfile.getnames misses members again

2011-11-15 Thread Charles-François Natali
Charles-François Natali added the comment: Isn't this a duplicate of issue #1625? -- nosy: +neologix ___ Python tracker ___ ___ Pytho

[issue13407] tarfile.getnames misses members again

2011-11-15 Thread Lars Gustäbel
Lars Gustäbel added the comment: Some testing reveals that the bz2 module < 3.3 cannot fully decompress the file in question. Only the first 900k are decompressed. Thus, this issue is not related to issue13158 or the tarfile module. -- nosy: +lars.gustaebel __

[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 ___ __