From: Benjamin Peterson Date: Sat, 7 Aug 2010 21:32:12 +0000 (+0000) Subject: kill outdated comment X-Git-Tag: v3.2a2~436 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fa45076cbd1581b606ca9d51b735ef6c58f901cf;p=thirdparty%2FPython%2Fcpython.git kill outdated comment --- diff --git a/Lib/smtpd.py b/Lib/smtpd.py index ca68790be056..b4082786fa14 100755 --- a/Lib/smtpd.py +++ b/Lib/smtpd.py @@ -59,7 +59,6 @@ and if remoteport is not given, then 25 is used. # 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 #