commit | b4a5bc9313b8838fb69ddc809b50b62f9494d4a9 | [log] [tgz] |
---|---|---|
author | Lars Gustäbel <lars@gustaebel.de> | Thu Apr 29 15:35:30 2010 +0000 |
committer | Lars Gustäbel <lars@gustaebel.de> | Thu Apr 29 15:35:30 2010 +0000 |
tree | d7df276fd66368705e9d20ab07f92e6029e6c961 | |
parent | bb804c74a095efe20bc315f7ea83475d5b14a288 [diff] |
Merged revisions 80616 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r80616 | lars.gustaebel | 2010-04-29 17:23:38 +0200 (Thu, 29 Apr 2010) | 4 lines Issue #8464: tarfile.open(name, mode="w|") no longer creates files with execute permissions set. ........