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

Zooko O'Whielacronx report at bugs.python.org
Sat May 31 00:54:54 CEST 2008


New submission from Zooko O'Whielacronx <zooko at zooko.com>:

As reported at https://bugs.launchpad.net/pyopenssl/+bug/236190 ,
tarfile.py incurs an "Operation not permitted" exception (on Mac OS
10.4) when it tries to untar the pyOpenSSL-0.6.tar.gz tarball, because
that tarball has directories in it marked as having the "g+s" bit.

(Why this leads to an "Operation not permitted" exception, I don't know.)

----------
messages: 67563
nosy: zooko
severity: normal
status: open
title: tarfile.py incurs exception from self.chmod() when tarball has g+s
type: behavior

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


More information about the New-bugs-announce mailing list