Issue #7295: Do not use a hardcoded file name in test_tarfile.
diff --git a/Misc/NEWS b/Misc/NEWS
index e3638aa..cf1f54a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1559,6 +1559,8 @@
 Tests
 -----
 
+- Issue #7295: Do not use a hardcoded file name in test_tarfile.
+
 - Issue #7270: Add some dedicated unit tests for multi-thread synchronization
   primitives such as Lock, RLock, Condition, Event and Semaphore.