Patch #1695229: Fix a regression with tarfile.open() and a missing name
argument.
diff --git a/Misc/NEWS b/Misc/NEWS
index 58f87ea..450bbce 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@
 Library
 -------
 
+- Patch #1695229: Fix a regression with tarfile.open() and a missing name
+  argument.
+
 - tarfile.py: Fix directory names to have only one trailing slash.