commit | 5c4c4619b0144684a1309de746809879b04848fa | [log] [tgz] |
---|---|---|
author | Lars Gustäbel <lars@gustaebel.de> | Thu Apr 29 15:23:38 2010 +0000 |
committer | Lars Gustäbel <lars@gustaebel.de> | Thu Apr 29 15:23:38 2010 +0000 |
tree | 08f2fcf3ff8663c649f142b71382a5e0620b8d52 | |
parent | f56a288b1e59cc260372f32665a209d381be404b [diff] [blame] |
Issue #8464: tarfile.open(name, mode="w|") no longer creates files with execute permissions set.
diff --git a/Misc/NEWS b/Misc/NEWS index 470c07c..73761ee 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -31,6 +31,9 @@ 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.