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 @@ 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 #