Issue #23615: Module tarfile is now can be reloaded with imp.reload().
diff --git a/Misc/NEWS b/Misc/NEWS
index a90db8e..8e97568 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -21,6 +21,8 @@
 Library
 -------
 
+- Issue #23615: Module tarfile is now can be reloaded with imp.reload().
+
 - Issue #22853: Fixed a deadlock when use multiprocessing.Queue at import time.
   Patch by Florian Finkernagel and Davin Potts.