summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e8e2e55087..98fa1b4c90 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -87,6 +87,8 @@ Installation
- Issue #6047: fullinstall has been removed because Python 3's executable will
now be known as python3.
+- Lib/smtpd.py is no longer installed as a script.
+
Extension Modules
-----------------