From: Ronald Oussoren Date: Tue, 26 May 2009 21:39:08 +0000 (+0000) Subject: Add note to NEWS about not installing smtpd.py X-Git-Tag: v3.1rc1~40 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=be7149ee0200ecbad8b268a84140d94e1dba71b1;p=thirdparty%2FPython%2Fcpython.git Add note to NEWS about not installing smtpd.py --- diff --git a/Misc/NEWS b/Misc/NEWS index e8e2e5508729..98fa1b4c90b2 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 -----------------