summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRonald Oussoren <ronaldoussoren@mac.com>2009-05-26 21:39:08 (GMT)
committerRonald Oussoren <ronaldoussoren@mac.com>2009-05-26 21:39:08 (GMT)
commitbe7149ee0200ecbad8b268a84140d94e1dba71b1 (patch)
tree80428401c217da1bf9535e279ebc743e1bfb8fa5 /Misc
parentafbca49cbec2ac9fcecffc1d25b31e7afb8ae159 (diff)
downloadcpython-be7149ee0200ecbad8b268a84140d94e1dba71b1.zip
cpython-be7149ee0200ecbad8b268a84140d94e1dba71b1.tar.gz
cpython-be7149ee0200ecbad8b268a84140d94e1dba71b1.tar.bz2
Add note to NEWS about not installing smtpd.py
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e8e2e55..98fa1b4 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
-----------------