Alan McIntyre added the comment: I noticed that in the trunk, ZipFile._extract_member, at line 865, still uses 777 (the default of os.makedirs) to create directories. I attached a patch for it.
A quick grep shows that tarfile still uses the default permissions for os.makedirs and mkdir. Should these all be changed to 700? ---------- nosy: +alanmcintyre Added file: http://bugs.python.org/file9351/zipfile-dirperm.diff __________________________________ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2004> __________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com