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.