Issue #1507247, #2004: Use mode 0700 for temporary directories and
default permissions for missing directories.
(backport from r53526, r60588)
diff --git a/Misc/NEWS b/Misc/NEWS
index c9b86e2..e7d3370 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -80,6 +80,9 @@
Library
-------
+- #1507247, #2004: tarfile.py: Use mode 0700 for temporary directories and
+ default permissions for missing directories.
+
- #175006: The debugger used to skip the condition of a "while" statement
after the first iteration. Now it correctly steps on the expression, and
breakpoints on the "while" statement are honored on each loop.