Fixed #6048: Distutils uses the tarfile module instead of the tar command now
diff --git a/Misc/NEWS b/Misc/NEWS
index a2b8233..e8b5e18 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -307,6 +307,8 @@
 Library
 -------
 
+- Issue #6048: Now Distutils uses the tarfile module in archive_util.
+
 - Issue #6121: pydoc now ignores leading and trailing spaces in the
   argument to the 'help' function.