diff options
-rwxr-xr-x | Lib/smtpd.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/smtpd.py b/Lib/smtpd.py index ca68790be0..b4082786fa 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 <barry@python.org> # |