]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add note to NEWS about not installing smtpd.py
authorRonald Oussoren <ronaldoussoren@mac.com>
Tue, 26 May 2009 21:39:08 +0000 (21:39 +0000)
committerRonald Oussoren <ronaldoussoren@mac.com>
Tue, 26 May 2009 21:39:08 +0000 (21:39 +0000)
Misc/NEWS

index e8e2e5508729f7bf85bd9f2755ca9f7c5de2f15a..98fa1b4c90b281e8ca487e285a89ca0fb7e41e44 100644 (file)
--- 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
 -----------------