[issue6196] tarfile.extractall(readaccess=True)

R. David Murray report at bugs.python.org
Fri Jun 5 00:12:07 CEST 2009


R. David Murray <rdmurray at bitdance.com> added the comment:

I don't see why the tarfile case should be different from the tar case.
 You can "always chmod it later" in python, too (with os.walk and
os.chmod).  Perhaps the real need is for a recursive chmod in shutil?

----------
nosy: +r.david.murray
priority:  -> low

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


More information about the Python-bugs-list mailing list