[issue3016] tarfile.py incurs exception from self.chmod() when tarball has g+s

Martin v. Löwis report at bugs.python.org
Sat May 31 08:14:31 CEST 2008


Martin v. Löwis <martin at v.loewis.de> added the comment:

I can't reproduce this. If I do

py> import tarfile
py> t=tarfile.open("pyOpenSSL-0.6.tar.gz","r:*")
py> t.extractall()
py>

it extracts just fine, and sets the s-bits. I've used the file at

http://downloads.sourceforge.net/pyopenssl/pyOpenSSL-0.6.tar.gz?modtime=1092355200&big_mirror=0

----------
assignee:  -> lars.gustaebel
nosy: +lars.gustaebel, loewis

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


More information about the Python-bugs-list mailing list