Issue #10233: Close file objects in a timely manner in the tarfile module
and its test suite.
diff --git a/Misc/NEWS b/Misc/NEWS
index dd18844..964d9f7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -54,6 +54,9 @@
 Library
 -------
 
+- Issue #10233: Close file objects in a timely manner in the tarfile module
+  and its test suite.
+
 - Issue #10093: ResourceWarnings are now issued when files and sockets are
   deallocated without explicit closing.  These warnings are silenced by
   default, except in pydebug mode.