[issue8464] tarfile creates tarballs with execute permissions set

Lars Gustäbel report at bugs.python.org
Tue Apr 20 09:11:03 CEST 2010


Lars Gustäbel <lars at gustaebel.de> added the comment:

0666 is the right mode and the patch is correct.

@Tarek: Why does shutil.make_archive() use mode "w|..." instead of "w:..."? IMHO that is not necessary, because it works on regular files only.

----------

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


More information about the Python-bugs-list mailing list