diff options
author | Lars Gustäbel <lars@gustaebel.de> | 2010-04-29 15:37:02 (GMT) |
---|---|---|
committer | Lars Gustäbel <lars@gustaebel.de> | 2010-04-29 15:37:02 (GMT) |
commit | d6eb70b7b4569cfd16f5deb42c748c439c63a008 (patch) | |
tree | 8caf490097ef53dd23205feb5bb047f0fd488b05 /Misc | |
parent | ffa155ad83ac40c3eeb55cbe8fe16a304a23cfe1 (diff) | |
download | cpython-d6eb70b7b4569cfd16f5deb42c748c439c63a008.zip cpython-d6eb70b7b4569cfd16f5deb42c748c439c63a008.tar.gz cpython-d6eb70b7b4569cfd16f5deb42c748c439c63a008.tar.bz2 |
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.
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -339,6 +339,9 @@ C-API Library ------- +- Issue #8464: tarfile no longer creates files with execute permissions set + when mode="w|" is used. + - Issue #7834: Fix connect() of Bluetooth L2CAP sockets with recent versions of the Linux kernel. Patch by Yaniv Aknin. |