summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorLars Gustäbel <lars@gustaebel.de>2010-04-29 15:37:02 (GMT)
committerLars Gustäbel <lars@gustaebel.de>2010-04-29 15:37:02 (GMT)
commitd6eb70b7b4569cfd16f5deb42c748c439c63a008 (patch)
tree8caf490097ef53dd23205feb5bb047f0fd488b05 /Misc
parentffa155ad83ac40c3eeb55cbe8fe16a304a23cfe1 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b3be6e9..8c50723 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.