From fa45076cbd1581b606ca9d51b735ef6c58f901cf Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sat, 7 Aug 2010 21:32:12 +0000 Subject: [PATCH] kill outdated comment --- Lib/smtpd.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/smtpd.py b/Lib/smtpd.py index ca68790be05..b4082786fa1 100755 --- a/Lib/smtpd.py +++ b/Lib/smtpd.py @@ -59,7 +59,6 @@ # gets forwarded to a real backend smtpd, as with PureProxy. Again, errors # are not handled correctly yet. # -# Please note that this script requires Python 2.0 # # Author: Barry Warsaw #