Issue #7328: don't corrupt sys.path when running pydoc with the -m switch
diff --git a/Misc/NEWS b/Misc/NEWS
index 2f55a67..041f2a7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -429,6 +429,8 @@
 Library
 -------
 
+- Issue #7328: pydoc no longer corrupts sys.path when run with the '-m' switch
+
 - Issue #2054: ftplib now provides an FTP_TLS class to do secure FTP using
   TLS or SSL.  Patch by Giampaolo Rodola'.